diff --git a/stepmania/PBProject/Installer/BuildInstaller.cpp b/stepmania/PBProject/Installer/BuildInstaller.cpp index 6952098a0c..79db869690 100644 --- a/stepmania/PBProject/Installer/BuildInstaller.cpp +++ b/stepmania/PBProject/Installer/BuildInstaller.cpp @@ -61,7 +61,7 @@ const CString GetPath(const CString& ID) if ((size_t temp = strlen(path))) { if (path[temp - 1] == '\n') - path[temp - -1] = '\000'; + path[temp - 1] = '\000'; } ASSERT(ptr); while (*ptr != '\000' && (*ptr == ' ' || *ptr == '\t'))