Changeset 1426 in MondoRescue
- Timestamp:
- May 9, 2007, 11:30:02 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/lib/mr_conf.c
r1423 r1426 294 294 while (i < length) { 295 295 /* Handle quotes */ 296 if (buffer[i] = '"') {296 if (buffer[i] == '"') { 297 297 if (found_quote) { 298 298 found_quote = FALSE; … … 316 316 i = 0; 317 317 while (i < length) { 318 if (buffer[i] = '"') {318 if (buffer[i] == '"') { 319 319 if (found_quote) { 320 320 found_quote = FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.