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

Diff for /src/usr.bin/unifdef/unifdef.c between version 1.29 and 1.30

version 1.29, 2017/04/02 02:51:51 version 1.30, 2019/06/27 18:03:37
Line 1531 
Line 1531 
 {  {
         char *s;          char *s;
   
         if (asprintf(&s, "%s%s", s1, s2) < 0)          if (asprintf(&s, "%s%s", s1, s2) == -1)
                 err(2, "asprintf");                  err(2, "asprintf");
         return (s);          return (s);
 }  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30