- Timestamp:
- Apr 29, 2013, 7:18:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_readconf.c
r425 r432 199 199 p += 4; while (isspace((int)*p)) ++p; 200 200 negate = 0; 201 match = 1; 201 202 } 202 203 else if (0 == strncmp(p, _("!"), 1)) … … 204 205 ++p; while (isspace((int)*p)) ++p; 205 206 negate = 0; 207 match = 1; 206 208 } 207 209 … … 284 286 #endif 285 287 default: 286 match = 0;288 /* do nothing */; 287 289 } 288 290 return match; … … 608 610 } 609 611 612 /* fprintf(stderr, "%d %s\n", cond_excl, line); */ 613 610 614 /**************************************************** 611 615 *
Note:
See TracChangeset
for help on using the changeset viewer.