summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f6f957d)
raw | patch | inline | side by side (parent: f6f957d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 13 Mar 2006 23:21:27 +0000 (23:21 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 13 Mar 2006 23:21:27 +0000 (23:21 +0000) |
program/src/rrd_tool.c | patch | blob | history |
diff --git a/program/src/rrd_tool.c b/program/src/rrd_tool.c
index 904bc5cb665fd764cbc0a6f74a442f85cd0ecb91..23344312868e6810c08047b2774f5ecde562c3b9 100644 (file)
--- a/program/src/rrd_tool.c
+++ b/program/src/rrd_tool.c
while (fgets(aLine, sizeof(aLine)-1, stdin)){
if ((argc = CountArgs(aLine)) == 0) {
- fprintf(stderr,"ERROR: not enough arguments\n");
+ printf("ERROR: not enough arguments\n");
}
if ((myargv = (char **) malloc((argc+1) *
sizeof(char *))) == NULL) {