[BACK]Return to read.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/read.c between version 1.85 and 1.86

version 1.85, 2016/02/24 17:20:01 version 1.86, 2016/03/02 19:24:20
Line 615  FUN(el,gets)(EditLine *el, int *nread)
Line 615  FUN(el,gets)(EditLine *el, int *nread)
                                         break;                                          break;
                         if (b->name)                          if (b->name)
                                 (void) fprintf(el->el_errfile,                                  (void) fprintf(el->el_errfile,
                                     "Executing %s\n", b->name);                                      "Executing " FSTR "\n", b->name);
                         else                          else
                                 (void) fprintf(el->el_errfile,                                  (void) fprintf(el->el_errfile,
                                     "Error command = %d\n", cmdnum);                                      "Error command = %d\n", cmdnum);

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86

CVSweb <webmaster@jp.NetBSD.org>