diff options
Diffstat (limited to 'MySpace/MySpace.cpp')
-rw-r--r-- | MySpace/MySpace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/MySpace.cpp b/MySpace/MySpace.cpp index e9c9276..9fac337 100644 --- a/MySpace/MySpace.cpp +++ b/MySpace/MySpace.cpp @@ -129,7 +129,7 @@ extern "C" __declspec (dllexport) int Load(PLUGINLINK *link) { if (str1 != NULL && strlen(str1+1) > 4) {
strncpy(MODULE, str1+1, strlen(str1+1)-4);
MODULE[strlen(str1+1)-3] = 0;
- }
+ }
CharUpperA(MODULE);
}
|