diff options
Diffstat (limited to 'plugins/NewAwaySysMod/src/Path.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/Path.h b/plugins/NewAwaySysMod/src/Path.h index a6356b2b6f..baaa54f879 100644 --- a/plugins/NewAwaySysMod/src/Path.h +++ b/plugins/NewAwaySysMod/src/Path.h @@ -27,7 +27,7 @@ __inline TCString Path_ToRelative(TCString &Path) {
TCString Str;
Str.GetBuffer(MAX_PATH);
- PathToRelativeT(Path, Str);
+ PathToRelativeW(Path, Str);
Str.ReleaseBuffer();
return Str;
}
|