Hi,

if you start emblem with command-line-option and you had a little typo
you don't get an error message. I think it will be better to get one,
so i wrote a little patch (see attachment).
Perhaps someone finds it useful :)


Cheers Marcus
--- e_utils.old/src/bin/emblem/main.c	2005-08-07 01:30:59.000000000 +0200
+++ e_utils/src/bin/emblem/main.c	2005-08-07 01:34:29.000000000 +0200
@@ -62,6 +62,11 @@
             usage();
             return 0;
         }
+        else {
+            printf("%s - unrecognized option\n", argv[i]);
+            usage();
+            return 0;
+        }	
     }
     
     /* make sure theme exists */

Reply via email to