blob: bd642762a0f31f19d5914f3a24eccef5f0982c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: source/tools/toolutil/flagparser.c
===================================================================
--- a/source/tools/toolutil/flagparser.c (revision 38080)
+++ b/source/tools/toolutil/flagparser.c (revision 38081)
@@ -97,7 +97,7 @@
T_FileStream_close(f);
- if (U_FAILURE(*status)) {
+ if (U_FAILURE(*status) && *status != U_BUFFER_OVERFLOW_ERROR) {
return -1;
}
|