ICU-7311 Replace tab character with spaces in changes from the patch.

X-SVN-Rev: 27652
This commit is contained in:
Michael Ow 2010-02-24 19:46:03 +00:00
parent d9e7c707fd
commit 39881d8f7b
6 changed files with 8 additions and 8 deletions

View File

@ -319,7 +319,7 @@ int main(int argc, char **argv) {
long t = fread(result, 1, fileSize, file);
if (t != fileSize) {
delete [] result;
fclose(file);
close(file);
return NULL;
}
result[fileSize]=0;