summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/Path.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/src/Path.h')
-rw-r--r--plugins/NewAwaySysMod/src/Path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewAwaySysMod/src/Path.h b/plugins/NewAwaySysMod/src/Path.h
index 176f08bad7..a6356b2b6f 100644
--- a/plugins/NewAwaySysMod/src/Path.h
+++ b/plugins/NewAwaySysMod/src/Path.h
@@ -37,7 +37,7 @@ __inline TCString Path_ToAbsolute(TCString &Path)
{
TCString Str;
Str.GetBuffer(MAX_PATH);
- PathToAbsoluteT(Path, Str);
+ PathToAbsoluteW(Path, Str);
Str.ReleaseBuffer();
return Str;
}