ICU-4425 Fix the last checkin.

X-SVN-Rev: 17315
This commit is contained in:
George Rhoten 2005-03-10 03:27:07 +00:00
parent e8122316a2
commit 9189ce6392

View File

@ -1304,7 +1304,7 @@ u_setDataDirectory(const char *directory) {
shared library is used, and this is a way to make sure that NULL
is never returned.
*/
directory = "";
newDataDir = "";
}
else {
length=(int32_t)uprv_strlen(directory);