/[global]/global/libutil/xargs.c
ViewVC logotype

Diff of /global/libutil/xargs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by shigio, Mon Nov 7 12:17:49 2005 UTC revision 1.8 by h-iwamoto, Sat Nov 12 08:18:46 2005 UTC
# Line 131  repeat_find_next(void) Line 131  repeat_find_next(void)
131          char *path = (p);\          char *path = (p);\
132          length = strlen(path);\          length = strlen(path);\
133          if (*path == ' ') {\          if (*path == ' ') {\
134                  if (!test("b", ++path) && xp->put_gpath)\                  if (xp->put_gpath && !test("b", ++path))\
135                          gpath_put(path, GPATH_OTHER);\                          gpath_put(path, GPATH_OTHER);\
136                  continue;\                  continue;\
137          }\          }\

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26