Quiest a bogus compiler warning.

This commit is contained in:
Todd C. Miller
2011-01-06 10:23:20 -05:00
parent f09bbcb6bb
commit d2596e3f7b

View File

@@ -150,7 +150,7 @@ expand_iolog_path(const char *prefix, const char *dir, const char *file,
{
size_t plen = 0, psize = 1024;
char *path, *dst;
const char *src, *ep;
const char *src = dir, *ep;
int pass, strfit = FALSE;
/* Concatenate dir + file -> path, expanding any escape sequences. */