Enlightenment CVS committal

Author  : sarajervi
Project : misc
Module  : erss

Dir     : misc/erss/src


Modified Files:
        parse.c 


Log Message:
some silly details :)
===================================================================
RCS file: /cvsroot/enlightenment/misc/erss/src/parse.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- parse.c     10 Jan 2004 19:34:00 -0000      1.6
+++ parse.c     10 Jan 2004 23:00:26 -0000      1.7
@@ -340,7 +340,8 @@
 
        if ((fp = fopen (file, "r")) == NULL)
        {
-               fprintf (stderr, "Erss error: Can't open config file %s\n", file);
+               fprintf (stderr, "%s error: Can't open config file %s\n", 
+                               PACKAGE, file);
                exit (-1);
        }
 
@@ -411,7 +412,7 @@
                        if (cfg->clock != 1 && cfg->clock != 0)
                        {
                                fprintf (stderr,
-                                               "Erss error: Clock option has wrong 
value - check your config file!\n");
+                                               "%s error: Clock option has wrong 
value - check your config file!\n", PACKAGE);
                                exit (-1);
                        }
                        continue;
@@ -424,7 +425,7 @@
                        if (cfg->num_stories > 10)
                        {
                                fprintf (stderr,
-                                                "Erss error: Max stories to show is 
10 - check your config file!\n");
+                                                "%s error: Max stories to show is 10 
- check your config file!\n", PACKAGE);
                                exit (-1);
                        }
                        continue;
@@ -437,7 +438,7 @@
                        if (cfg->borderless != 1 && cfg->borderless != 0)
                        {
                                fprintf (stderr,
-                                                "Erss error:: Borderless option has 
wrong value - check your config file!\n");
+                                                "%s error:: Borderless option has 
wrong value - check your config file!\n", PACKAGE);
                                exit (-1);
                        }
                        continue;




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to