ICU-1075 Don't use //

X-SVN-Rev: 5553
This commit is contained in:
George Rhoten 2001-08-21 16:39:04 +00:00
parent f6ddb805f0
commit 24f49e50cc

View file

@ -234,8 +234,6 @@ void ctest_setICU_DATA() {
char *pBackSlash;
int i;
// p = new char [strlen("\\data") + strlen(__FILE__) + 1]; // <<< LEAK
// strcpy(p, "ICU_DATA=");
strcpy(p, __FILE__);
/* We want to back over three '\' chars. */
/* Only Windows should end up here, so looking for '\' is safe. */