Issue #1458 - fix unint variable.
This commit is contained in:
parent
a420c83a0e
commit
b1d20d3255
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ makedirs ( const char *inpath, int mode )
|
|||
int
|
||||
rmtree ( const char *path )
|
||||
{
|
||||
int err;
|
||||
int err = 0;
|
||||
struct dirent de, *der;
|
||||
struct stat st;
|
||||
char buf[512];
|
||||
|
|
Loading…
Add table
Reference in a new issue