Commit 3d874dea by Andrew Haley Committed by Andrew Haley

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
parent 220dd8ca
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> 2003-03-10 Ranjit Mathew <rmathew@hotmail.com>
* jcf-io.c (caching_stat): Account for both DIR_SEPARATOR * jcf-io.c (caching_stat): Account for both DIR_SEPARATOR
......
...@@ -336,7 +336,7 @@ caching_stat (char *filename, struct stat *buf) ...@@ -336,7 +336,7 @@ caching_stat (char *filename, struct stat *buf)
{ {
#if JCF_USE_SCANDIR #if JCF_USE_SCANDIR
char *sep; char *sep;
char origsep; char origsep = 0;
char *base; char *base;
memoized_dirlist_entry *dent; memoized_dirlist_entry *dent;
void **slot; void **slot;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment