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

Diff for /src/usr.bin/tftp/tftpsubs.c between version 1.15 and 1.16

version 1.15, 2012/05/01 04:23:21 version 1.16, 2024/04/23 13:34:51
Line 165 
Line 165 
                                 newline = 1;                                  newline = 1;
                         }                          }
                 }                  }
                *p++ = c;                  *p++ = c;
         }          }
         b->counter = (int)(p - dp->th_data);          b->counter = (int)(p - dp->th_data);
 }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16