Code

When selecting the x-axis label take the length of the time shown in the graph into...
[rrdtool-all.git] / program / src / rrd_first.c
index e6e66180d085457c389d99186754d5a12eb291e9..ba1cac5207715f275e3096077763ebcb5b262fda 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * RRDtool 1.2.5  Copyright by Tobi Oetiker, 1997-2005
+ * RRDtool 1.2.11  Copyright by Tobi Oetiker, 1997-2005
  *****************************************************************************
  * rrd_first Return
  *****************************************************************************
@@ -24,7 +24,6 @@ rrd_first(int argc, char **argv)
         };
         int option_index = 0;
         int opt;
-       optind = 0; opterr = 0;  /* initialize getopt */
         opt = getopt_long(argc, argv, "", long_options, &option_index);
 
         if(opt == EOF)