removed the result3 variable; it was not used anymore
This commit is contained in:
parent
f5bbaa7553
commit
7bc0e23c09
@ -19,7 +19,7 @@ File *datfile;
|
||||
initialize()
|
||||
{
|
||||
register char *cindex, *cptr;
|
||||
int result1, result2, result3;
|
||||
int result1, result2;
|
||||
|
||||
(void) sprint(tmpfname,"%s/abc%d",TMP_DIR,getpid());
|
||||
/* Find the basename */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user