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

Diff for /src/usr.bin/diff/diffreg.c between version 1.90 and 1.91

version 1.90, 2015/10/26 12:52:27 version 1.91, 2016/03/01 20:57:35
Line 1075 
Line 1075 
                  * back and restart where we left off.                   * back and restart where we left off.
                  */                   */
                 diff_output(".\n");                  diff_output(".\n");
                 diff_output("%ds/.//\n", a);                  diff_output("%ds/.//\n", a + i - 1);
                 a += i;                  b = a + i - 1;
                   a = b + 1;
                 c += i;                  c += i;
                 goto restart;                  goto restart;
         }          }

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91