1 --- agent/scim-bridge-agent-application.cpp~ 2009-01-17 18:04:20.000000000 +0100
2 +++ agent/scim-bridge-agent-application.cpp 2009-05-12 23:48:22.495365439 +0200
7 - while (option != EOF) {
8 + while (option != -1) {
9 option = getopt_long (argc, argv, short_options, long_options, NULL);