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

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

version 1.9, 2002/07/22 01:20:50 version 1.10, 2003/04/25 20:07:09
Line 253 
Line 253 
   
         if (s == NULL) {          if (s == NULL) {
                 if (first) {                  if (first) {
                         asprintf(&sname, "_%s", sname);                          if (asprintf(&sname, "_%s", sname) != -1) {
                         if (sname != NULL) {  
                                 first = 0;                                  first = 0;
                                 goto restart;                                  goto restart;
                         }                          }

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