Changeset 1423 in MondoRescue
- Timestamp:
- May 9, 2007, 11:07:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_conf.c
r1422 r1423 300 300 found_quote = TRUE; 301 301 } 302 } 302 303 if ((buffer[i] != MRCONF_COMM_CHAR) && (! found_quote)){ 303 304 k++; … … 321 322 found_quote = TRUE; 322 323 } 324 } 323 325 if ((buffer[i] != MRCONF_COMM_CHAR) && (! found_quote)){ 324 326 tmp_buf[k++] = buffer[i++];
Note:
See TracChangeset
for help on using the changeset viewer.