lprint: rfc2483: Escape sparingly
commit0d85b5fec1b26b29b64d9a67f8bf309e3268aa7f
authorToni Gundogdu <legatvs@gmail.com>
Sat, 15 Jun 2013 07:49:32 +0000 (15 10:49 +0300)
committerToni Gundogdu <legatvs@gmail.com>
Sat, 15 Jun 2013 12:27:57 +0000 (15 15:27 +0300)
treeb5cf9dabfe681250a081642a7c0da123a711ca17
parentf4fac23f3e49bfa28dde9b45f9aaa8b086165c84
lprint: rfc2483: Escape sparingly

Do not escape all of the printed properties. Escape only the properties
that have not been commented out in the output.

For example, the playlist properties should not be escaped if they will
be commented out in the output. This is unnecessary and makes the
printed output less human-readable.

Signed-off-by: Toni Gundogdu <legatvs@gmail.com>
src/print/rfc2483_print.c