summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97cdc8b)
raw | patch | inline | side by side (parent: 97cdc8b)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 11 Jun 2005 05:15:37 +0000 (05:15 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 11 Jun 2005 05:15:37 +0000 (05:15 +0000) |
program/src/rrd_first.c | patch | blob | history |
index 8468a99544164982359613c858f1909f7f036cba..9414b0a6010f242038e9ed729fa562a30ef84aaf 100644 (file)
--- a/program/src/rrd_first.c
+++ b/program/src/rrd_first.c
};
int option_index = 0;
int opt;
- optind = 0; opterr = 0; /* initialize getopt */
opt = getopt_long(argc, argv, "", long_options, &option_index);
if(opt == EOF)