diff --git a/src/rrd.c b/src/rrd.c index 2bb3eb9..3f04ed5 100644 --- a/src/rrd.c +++ b/src/rrd.c @@ -212,7 +212,7 @@ static int _rrd_exec(char * argv[]) #ifdef DEBUG fprintf(stderr, "DEBUG: %s() ", __func__); while(*argv != NULL) - fprintf(stderr, "%s ", *argv++); + fprintf(stderr, "%s ", *(argv++)); fprintf(stderr, "\n"); #endif while((ret = waitpid(pid, &status, 0)) != -1)