ICU-1823 genrb error message on parse
X-SVN-Rev: 8309
This commit is contained in:
parent
59cf0e7642
commit
018b9a1fea
@ -1276,6 +1276,10 @@ parse(UCHARBUF *buf, const char *currentInputDir, UErrorCode *status)
|
||||
{
|
||||
*status=U_ZERO_ERROR;
|
||||
}
|
||||
else
|
||||
{
|
||||
error(line, "parse error, did not find open-brace '{' or colon ':', stopped with %s", u_errorName(*status));
|
||||
}
|
||||
}
|
||||
/* The above is added by Jing/GCL */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user