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

Diff for /src/usr.bin/mkstr/Attic/mkstr.c between version 1.9 and 1.10

version 1.9, 2007/08/06 19:16:06 version 1.10, 2007/09/10 14:29:53
Line 283 
Line 283 
         if (really != 0)          if (really != 0)
                 for (hp = bucket[i]; hp != 0; hp = hp->hnext)                  for (hp = bucket[i]; hp != 0; hp = hp->hnext)
                 if (hp->hval == hashval) {                  if (hp->hval == hashval) {
                         fseek(mesgread, (long) hp->hpt, 0);                          fseek(mesgread, (long) hp->hpt, SEEK_SET);
                         fgetNUL(buf, sizeof buf, mesgread);                          fgetNUL(buf, sizeof buf, mesgread);
 #ifdef DEBUG  #ifdef DEBUG
                         fprintf(stderr, "Got (from %d) %s\n", hp->hpt, buf);                          fprintf(stderr, "Got (from %d) %s\n", hp->hpt, buf);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10