config: Count backslashed newlines in str_rd.
commit76d803bbb9aa0e26810bf81f3600e31ec3f7de06
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>
Sun, 10 Feb 2008 12:30:26 +0000 (10 14:30 +0200)
tree27ef23132c4212d9d558a75737be1480051642d6
parent61019c31304f89141248b0381974d1e3886cf160
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.
src/config/opttypes.c