• S
    Another config file parsing fix. · 6f81bf16
    sean 提交于
    If the variable we need to store should go into a section
    that currently only has a single variable (not matching
    the one we're trying to insert), we will already be into
    the next section before we notice we've bypassed the correct
    location to insert the variable.
    
    To handle this case we store the current location as soon
    as we find a variable matching the section of our new
    variable.
    
    This breakage was brought up by Linus.
    Signed-off-by: NSean Estabrooks <seanlkml@sympatico.ca>
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    6f81bf16
config.c 12.9 KB