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

Diff for /src/usr.bin/mg/help.c between version 1.20 and 1.21

version 1.20, 2002/08/22 23:28:19 version 1.21, 2004/07/22 01:25:25
Line 182 
Line 182 
 {  {
         BUFFER          *bp;          BUFFER          *bp;
         LIST            *fnames, *el;          LIST            *fnames, *el;
         char             string[32];          char             string[32], *bufp;
   
         if (eread("apropos: ", string, sizeof(string), EFNEW) == ABORT)          if ((bufp = eread("apropos: ", string, sizeof(string), EFNEW)) == NULL)
                 return ABORT;                  return ABORT;
         /* FALSE means we got a 0 character string, which is fine */          /* FALSE means we got a 0 character string, which is fine */
         bp = bfind("*help*", TRUE);          bp = bfind("*help*", TRUE);

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21