mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
[ICU-157] fixing genrb so it works fine without DLLs
X-Commit-URL: https://ssl.icu-project.org/trac/changeset/264
This commit is contained in:
parent
8385bf9065
commit
268d932dfe
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