Make parseini properly handle line continuations.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 17 Mar 2010 13:56:09 +0000 (14:56 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 17 Mar 2010 13:56:09 +0000 (14:56 +0100)
commitfba2c87657169dd0e0262659c22824602dc439cb
tree6085b2122aa21b381f2f4ad5c3fbc753ae86b598
parent1cd91839c360931fc97bdef0b31d7887218d00ed
Make parseini properly handle line continuations.

Previously, once it had found a line continuation backslash, it would
include all subsequent lines, even those after the last line
continuation backslash.
lib/parseini.in