mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-157 fixing genrb so it works fine without DLLs
X-SVN-Rev: 264
This commit is contained in:
parent
1569b465a5
commit
e15ae8bc32
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ main(int argc,
|
|||
char *arg;
|
||||
UErrorCode status;
|
||||
|
||||
if(argc == 1)
|
||||
printUsage = 1;
|
||||
|
||||
|
||||
/* parse the options */
|
||||
for(optind = 1; optind < argc; ++optind) {
|
||||
|
|
Loading…
Add table
Reference in a new issue