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

Diff for /src/usr.bin/mg/interpreter.c between version 1.34 and 1.35

version 1.34, 2022/01/28 06:18:41 version 1.35, 2023/04/17 10:11:30
Line 406 
Line 406 
          * If no extant mg command found, just return.           * If no extant mg command found, just return.
          */           */
         if ((funcp = name_function(cmdp)) == NULL)          if ((funcp = name_function(cmdp)) == NULL)
                 return (dobeep_msgs("Unknown command: ", cmdp));                  return (dobeep_msgs("Unknown command:", cmdp));
   
         numparams = numparams_function(funcp);          numparams = numparams_function(funcp);
         if (numparams == 0)          if (numparams == 0)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35