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

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

version 1.29, 2004/07/22 01:25:24 version 1.30, 2005/03/10 16:58:57
Line 301 
Line 301 
                 case CCHR('Q'):                 /* quote next */                  case CCHR('Q'):                 /* quote next */
                         c = getkey(FALSE);                          c = getkey(FALSE);
                         /* FALLTHROUGH */                          /* FALLTHROUGH */
                 default:                  default:
                         /* all the rest */                          /* all the rest */
                         if (dynbuf && cpos + 1 >= nbuf) {                          if (dynbuf && cpos + 1 >= nbuf) {
                                 void *newp;                                  void *newp;

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