jcf-io.c (caching_stat): Initialize origsep to remove compiler warning.

2003-03-11  Andrew Haley  <aph@redhat.com>

        * jcf-io.c (caching_stat): Initialize origsep to remove compiler
        warning.

From-SVN: r64169
This commit is contained in:
Andrew Haley 2003-03-11 11:10:05 +00:00 committed by Andrew Haley
parent 220dd8ca34
commit 3d874dea12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-11 Andrew Haley <aph@redhat.com>
* jcf-io.c (caching_stat): Initialize origsep to remove compiler
warning.
2003-03-10 Ranjit Mathew <rmathew@hotmail.com>
* jcf-io.c (caching_stat): Account for both DIR_SEPARATOR

View File

@ -336,7 +336,7 @@ caching_stat (char *filename, struct stat *buf)
{
#if JCF_USE_SCANDIR
char *sep;
char origsep;
char origsep = 0;
char *base;
memoized_dirlist_entry *dent;
void **slot;