[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.15 and 1.16

version 1.15, 2001/11/25 07:34:17 version 1.16, 2002/03/11 13:02:56
Line 83 
Line 83 
 found:  found:
         if (funct == rescan || funct == selfinsert)          if (funct == rescan || funct == selfinsert)
                 ewprintf("%k is not bound to any function");                  ewprintf("%k is not bound to any function");
         else if ((pep = function_name(funct)) != NULL)          else if ((pep = (char *)function_name(funct)) != NULL)
                 ewprintf("%k runs the command %s", pep);                  ewprintf("%k runs the command %s", pep);
         else          else
                 ewprintf("%k is bound to an unnamed function");                  ewprintf("%k is bound to an unnamed function");

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16