[BACK]Return to shquote.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/shquote.c between version 1.7 and 1.8

version 1.7, 2005/06/12 05:21:27 version 1.8, 2006/03/19 02:33:02
Line 151  shquote(const char *arg, char *buf, size
Line 151  shquote(const char *arg, char *buf, size
                 PUT('\'');                  PUT('\'');
         for (;;) {          for (;;) {
                 XLATE_INCH();                  XLATE_INCH();
                 if (n == (size_t)-1)  
                         goto bad;  
                 if (n <= 0)                  if (n <= 0)
                         break;                          break;
                 arg += n;                  arg += n;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>