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:
parent
220dd8ca34
commit
3d874dea12
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user