[BACK]Return to tic.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/tic.c between version 1.2 and 1.3

version 1.2, 1998/11/03 21:59:53 version 1.3, 1998/12/28 05:54:44
Line 57 
Line 57 
   
 static void cleanup(void)  static void cleanup(void)
 {  {
         fclose(tmp_fp);          if (tmp_fp != 0)
                   fclose(tmp_fp);
         if (to_remove != 0)          if (to_remove != 0)
                 remove(to_remove);                  remove(to_remove);
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3