Use empty string on win32 when no print command
commit4e924817b36e491d3f04aa7f4857bd175c8f3d7e
authorMatthew Brush <matt@geany.org>
Mon, 19 Aug 2013 02:53:16 +0000 (18 19:53 -0700)
committerMatthew Brush <matt@geany.org>
Mon, 19 Aug 2013 03:59:31 +0000 (18 20:59 -0700)
tree42d0ed21cd3ccc3f14d0c56537fe11a17d2f067a
parent82f82ed372a21d1f1648e79ddc27029d5d9d2ea7
Use empty string on win32 when no print command

In the preferences dialog it would show a single
quote because the print command couldn't be found
and the NULL prematurely terminated the g_strconcat()
call, leaving a single quote in the print command
entry.

Thanks to Lex for finding where the problem was.
src/keyfile.c