This commit is contained in:
Vincent Herbet 2015-07-17 17:53:52 +02:00
parent e3489be0c0
commit 717735311b

View File

@ -822,7 +822,7 @@ bool ConvertModuleName(const char *pathString, char *path)
# if defined AMD64 || PAWN_CELL_SIZE == 64
length += strncopy(path + length, "_amd64", PLATFORM_MAX_PATH - length);
# else
length += UTIL_Format(path + length, PLATFORM_MAX_PATH - length, "_i%d86", iDigit);
length += UTIL_Format(path + length, PLATFORM_MAX_PATH - length, "_i%c86", iDigit);
# endif
#endif
UTIL_Format(path + length, PLATFORM_MAX_PATH - length, ".%s", PLATFORM_LIB_EXT);