Altered keyfile.c to use the new spawning module
commita3af98cfc99884c8040f1de0b5fa8d3f57421ddb
authorDimitar Zhekov <dimitar.zhekov@gmail.com>
Mon, 23 Mar 2015 18:02:43 +0000 (23 20:02 +0200)
committerDimitar Zhekov <dimitar.zhekov@gmail.com>
Mon, 23 Mar 2015 18:02:43 +0000 (23 20:02 +0200)
tree138765b23fd8bc7b35321f9f16980fa40e949c51
parent6e92c5f64aa4bcf4434a8d2b191f7e85724d231e
Altered keyfile.c to use the new spawning module

In particular, changed the default printcmd not to "single quote paths
on Win32 for g_spawn_command_line_async", but use the native double
quotes. Also fixed it not to g_strconcat(NULL, ...) if lpr is missing
under Unix. It works, but glib says the first string must not be NULL,
and the command becomes wrong anyway.
src/keyfile.c