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

Diff for /src/usr.bin/mg/tags.c between version 1.5 and 1.6

version 1.5, 2012/07/02 08:08:31 version 1.6, 2012/10/20 09:05:33
Line 228 
Line 228 
                 }                  }
                 if ((s->bname = strdup(bname)) == NULL) {                  if ((s->bname = strdup(bname)) == NULL) {
                         ewprintf("Out of memory");                          ewprintf("Out of memory");
                           free(s);
                         return (FALSE);                          return (FALSE);
                 }                  }
                 s->doto = doto;                  s->doto = doto;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6