You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
ICU4C: Update to version 74.1
This commit is contained in:
2
thirdparty/icu4c/common/udata.cpp
vendored
2
thirdparty/icu4c/common/udata.cpp
vendored
@@ -1196,7 +1196,7 @@ doOpenChoice(const char *path, const char *type, const char *name,
|
||||
*p = U_FILE_SEP_CHAR;
|
||||
}
|
||||
#if defined (UDATA_DEBUG)
|
||||
fprintf(stderr, "Changed path from [%s] to [%s]\n", path, altSepPath.s);
|
||||
fprintf(stderr, "Changed path from [%s] to [%s]\n", path, altSepPath.data());
|
||||
#endif
|
||||
path = altSepPath.data();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user