removed the result3 variable; it was not used anymore
This commit is contained in:
parent
b365c53262
commit
b4265c5407
|
@ -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…
Reference in a new issue