mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed bug (or better: typo)
svn path=/trunk/; revision=1432
This commit is contained in:
parent
a703d88253
commit
d456e5b838
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ char* convert_path(char* origpath)
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#ifdef DOS_PATHS
|
#ifdef DOS_PATHS
|
||||||
if (newpath[i] == '/');
|
if (newpath[i] == '/')
|
||||||
{
|
{
|
||||||
newpath[i] = '\\';
|
newpath[i] = '\\';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue