mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
cmd: Fix a compiler warning.
This commit is contained in:
parent
5770f3e30d
commit
7c1418ae2c
@ -1480,7 +1480,7 @@ static char *WCMD_expand_envvar(char *start) {
|
||||
/* ~ is substring manipulation */
|
||||
if (savedchar == '~') {
|
||||
|
||||
int substrposition, substrlength;
|
||||
int substrposition, substrlength = 0;
|
||||
char *commapos = strchr(colonpos+2, ',');
|
||||
char *startCopy;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user