--- gvpe/src/util.C 2003/04/02 03:25:17 1.5 +++ gvpe/src/util.C 2003/04/02 05:15:00 1.6 @@ -146,7 +146,7 @@ if ((pid = fork ()) == 0) { char *filename; - asprintf (&filename, "%s/%s", confbase, cb(0)); + asprintf (&filename, "%s/%s", confbase, cb()); execl (filename, filename, (char *) 0); exit (255); }