config: Count backslashed newlines in str_rd.
commit76c89a6961557881c1290a2d6ee97e86419a3c3c
authorKalle Olavi Niemitalo <kon@iki.fi>
Sun, 10 Feb 2008 12:30:26 +0000 (10 14:30 +0200)
committerKalle Olavi Niemitalo <Kalle@Astalo.kon.iki.fi>
Fri, 11 Jul 2008 15:31:50 +0000 (11 18:31 +0300)
treef8d4a6bc29119928c82dd8e104b878096b8f868e
parent7af90924480aa3305c1d362a969cd0bf64c05cb4
config: Count backslashed newlines in str_rd.

If a newline has a backslash in front of it, then str_rd replaces it
with a space.  However, the newline was in the original config file,
so the line number must still be incremented.
(cherry picked from commit 76d803bbb9aa0e26810bf81f3600e31ec3f7de06)
src/config/opttypes.c