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

Diff for /src/usr.bin/chpass/edit.c between version 1.7 and 1.8

version 1.7, 1996/08/30 13:29:47 version 1.8, 1996/08/31 01:55:33
Line 216 
Line 216 
                 warnx("entries too long");                  warnx("entries too long");
                 return (0);                  return (0);
         }          }
         free(p);          /* must leave p allocated */
         return (pw_scan(buf, pw, (int *)NULL));          return (pw_scan(buf, pw, (int *)NULL));
 }  }

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