Changeset 27 for trunk/src/rrdwrap.c
- Timestamp:
- 04/05/07 18:10:36 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/rrdwrap.c
r17 r27 2 2 3 3 /* Contributed by Antony Clothier */ 4 5 /* Ligne 152 commented FXA*/ 4 6 5 7 #include "rrdwrap.h" … … 148 150 opterr=0; /* no error messages */ 149 151 150 i = rrd_graph(argc, argv, prdata, &xsize, &ysize); 152 /* i = rrd_graph(argc, argv, prdata, &xsize, &ysize); */ 151 153 152 154 /* free up the memory*/