Fill in a missing const

This commit is contained in:
Tim Kientzle 2008-12-17 19:05:58 +00:00
parent eef2284331
commit 514c68e92c

View File

@ -897,7 +897,7 @@ int main(int argc, char **argv)
time_t now;
char *refdir_alloc = NULL;
char *progname, *p;
char *tmp;
const char *tmp;
char tmpdir[256];
char tmpdir_timestamp[256];