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

Diff for /src/usr.bin/mandoc/mandoc_aux.c between version 1.6 and 1.7

version 1.6, 2015/10/11 21:06:59 version 1.7, 2015/10/12 21:09:08
Line 89 
Line 89 
         char    *p;          char    *p;
   
         p = strdup(ptr);          p = strdup(ptr);
         if (ptr == NULL)          if (p == NULL)
                 err((int)MANDOCLEVEL_SYSERR, NULL);                  err((int)MANDOCLEVEL_SYSERR, NULL);
         return p;          return p;
 }  }

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