| ee5121da | 07-Aug-2026 |
Jim Jagielski <jimjag@gmail.com> |
ustring.c: gate the mixed UTF-16/ASCII NULL guards behind OSL_DEBUG_LEVEL
strtmpl.c's aImplGuardEmptyStr, which these macros reference, only exists under OSL_DEBUG_LEVEL > 0. Without a matching guar
ustring.c: gate the mixed UTF-16/ASCII NULL guards behind OSL_DEBUG_LEVEL
strtmpl.c's aImplGuardEmptyStr, which these macros reference, only exists under OSL_DEBUG_LEVEL > 0. Without a matching guard here, a product build fails: "use of undeclared identifier 'aImplGuardEmptyStr'". Mirrors strtmpl.c's own #if/#else pattern. Found rebuilding AOO42X in product configuration after picking this same fix (f0853378f1) there.
show more ...
|