Use G_OPTION_ARG_FILENAME for -c option.
authorDaniel Carl <danielcarl@gmx.de>
Wed, 10 Dec 2014 21:55:51 +0000 (22:55 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Wed, 10 Dec 2014 21:55:51 +0000 (22:55 +0100)
commit4075f65cafa2e6cb588a571bcd36f6ba55529b52
treeddc10b145e26cbc48439fc4735346245abb5ee68
parent37b9a67d854e1f600afd68a772cd906bebf82aed
Use G_OPTION_ARG_FILENAME for -c option.

To use G_OPTION_ARG_FILENAME instead of G_OPTION_ARG_STRING is important
according to the glib documentation.
src/main.c