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

Diff for /src/usr.bin/patch/pch.c between version 1.22 and 1.23

version 1.22, 2003/07/22 17:20:53 version 1.23, 2003/07/22 17:52:20
Line 47 
Line 47 
 static int      intuit_diff_type(void);  static int      intuit_diff_type(void);
 static void     next_intuit_at(long, long);  static void     next_intuit_at(long, long);
 static void     skip_to(long, long);  static void     skip_to(long, long);
 static char     *pgets(char *, int, FILE *);  static char     *pgets(char *, int, FILE *);
   
 /*  /*
  * Prepare to look for the next patch in the patch file.   * Prepare to look for the next patch in the patch file.
Line 679 
Line 679 
                                 break;                                  break;
                         case ' ':                          case ' ':
                                 if (!isspace(buf[1]) &&                                  if (!isspace(buf[1]) &&
                                   repl_beginning && repl_could_be_missing) {                                      repl_beginning && repl_could_be_missing) {
                                         repl_missing = TRUE;                                          repl_missing = TRUE;
                                         goto hunk_done;                                          goto hunk_done;
                                 }                                  }

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23