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

Diff for /src/usr.bin/tip/Attic/log.c between version 1.12 and 1.13

version 1.12, 2010/06/29 16:44:38 version 1.13, 2010/07/01 21:28:01
Line 69 
Line 69 
 void  void
 loginit(void)  loginit(void)
 {  {
         flog = fopen(value(LOG), "a");          flog = fopen(vgetstr(LOG), "a");
         if (flog == NULL)          if (flog == NULL)
                 fprintf(stderr, "can't open log file %s.\r\n", value(LOG));                  fprintf(stderr, "can't open log file %s.\r\n", vgetstr(LOG));
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13