mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-7311 Fix typo.
X-SVN-Rev: 27655
This commit is contained in:
parent
39881d8f7b
commit
636125b1ec
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ int main(int argc, char **argv) {
|
|||
long t = fread(result, 1, fileSize, file);
|
||||
if (t != fileSize) {
|
||||
delete [] result;
|
||||
close(file);
|
||||
fclose(file);
|
||||
return NULL;
|
||||
}
|
||||
result[fileSize]=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue