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

Diff for /src/usr.bin/ctfdump/ctfdump.c between version 1.16 and 1.17

version 1.16, 2017/10/28 09:26:16 version 1.17, 2017/10/28 09:30:27
Line 175 
Line 175 
         const Elf_Sym   *st;          const Elf_Sym   *st;
         size_t           i;          size_t           i;
   
           if (strtab == NULL)
                   return NULL;
   
         for (i = *idx + 1; i < nsymb; i++) {          for (i = *idx + 1; i < nsymb; i++) {
                 st = &symtab[i];                  st = &symtab[i];
   

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