Changeset 1423 in MondoRescue


Ignore:
Timestamp:
May 9, 2007, 11:07:02 AM (17 years ago)
Author:
Bruno Cornec
Message:

Typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/lib/mr_conf.c

    r1422 r1423  
    300300                found_quote = TRUE;
    301301            }
     302        }
    302303        if ((buffer[i] != MRCONF_COMM_CHAR) && (! found_quote)){
    303304            k++;
     
    321322                found_quote = TRUE;
    322323            }
     324        }
    323325        if ((buffer[i] != MRCONF_COMM_CHAR) && (! found_quote)){
    324326            tmp_buf[k++] = buffer[i++];
Note: See TracChangeset for help on using the changeset viewer.