ICU-7311 Replace tab character with spaces in changes from the patch.
X-SVN-Rev: 27652
This commit is contained in:
parent
d9e7c707fd
commit
39881d8f7b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user