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

Diff for /src/usr.bin/patch/util.c between version 1.24 and 1.25

version 1.24, 2003/07/31 20:51:43 version 1.25, 2003/08/01 20:30:49
Line 162 
Line 162 
         rv = strdup(s);          rv = strdup(s);
         if (rv == NULL) {          if (rv == NULL) {
                 if (using_plan_a)                  if (using_plan_a)
                         out_of_mem = TRUE;                          out_of_mem = true;
                 else                  else
                         fatal("out of memory\n");                          fatal("out of memory\n");
         }          }
Line 275 
Line 275 
   
 /*  /*
  * Make sure we'll have the directories to create a file. If `striplast' is   * Make sure we'll have the directories to create a file. If `striplast' is
  * TRUE, ignore the last element of `filename'.   * true, ignore the last element of `filename'.
  */   */
   
 void  void

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25