]> granicus.if.org Git - fcron/commitdiff
bug fixes : goto_non_matching
authorthib <thib>
Sun, 25 Jun 2000 20:00:13 +0000 (20:00 +0000)
committerthib <thib>
Sun, 25 Jun 2000 20:00:13 +0000 (20:00 +0000)
set_next_exe : big optimisation

fcron.c

diff --git a/fcron.c b/fcron.c
index bc3df524510fda0285e75b53d2ec9d07d5166bdc..1ebfc1f330e91042b44ae01765a1009cb3239c97 100644 (file)
--- a/fcron.c
+++ b/fcron.c
  *  `LICENSE' that comes with the fcron source distribution.
  */
 
- /* $Id: fcron.c,v 1.21 2000-06-22 12:32:55 thib Exp $ */
+ /* $Id: fcron.c,v 1.22 2000-06-25 20:00:13 thib Exp $ */
 
 #include "fcron.h"
 
-char rcs_info[] = "$Id: fcron.c,v 1.21 2000-06-22 12:32:55 thib Exp $";
+char rcs_info[] = "$Id: fcron.c,v 1.22 2000-06-25 20:00:13 thib Exp $";
 
 void main_loop(void);
 void info(void);
@@ -233,14 +233,14 @@ parseopt(int argc, char *argv[])
            cdir = optarg; break;
 
        case ':':
-           error("(setopt) Missing parameter");
+           error("(parseopt) Missing parameter");
            usage();
 
        case '?':
            usage();
 
        default:
-           warn("(setopt) Warning: getopt returned %c", c);
+           warn("(parseopt) Warning: getopt returned %c", c);
        }
     }