escape quotes properly
Brought to you by:
andrew_belov
On current Fedora development tree, building of arj fails with following error:
linux-gnu/en/rs/fmsg_arj.c:301:56: warning: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:301: error: missing terminating " character
linux-gnu/en/rs/fmsg_arj.c:302: error: expected ',' or ';' before 'char'
The problem is that line 301 looks like: "...."" -- the second quote needs to be escaped.
A workaround/patch is attached.
patch