]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/tzcode/icuzdump.cpp
ICU-57163.0.1.tar.gz
[apple/icu.git] / icuSources / tools / tzcode / icuzdump.cpp
index 3153b040c45a9b616b0a920de2aeb5d0121225d5..64b0efa5a28ae71fdb94fe682c15595cc3f2f0bf 100644 (file)
@@ -34,6 +34,7 @@
 #include "unicode/ustream.h"
 #include "unicode/putil.h"
 
 #include "unicode/ustream.h"
 #include "unicode/putil.h"
 
+#include "cmemory.h"
 #include "uoptions.h"
 
 using namespace std;
 #include "uoptions.h"
 
 using namespace std;
@@ -289,7 +290,7 @@ main(int argc, char *argv[]) {
     const char *linesep = NULL;
 
     U_MAIN_INIT_ARGS(argc, argv);
     const char *linesep = NULL;
 
     U_MAIN_INIT_ARGS(argc, argv);
-    argc = u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
+    argc = u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
 
     if (argc < 0) {
         cerr << "Illegal command line argument(s)" << endl << endl;
 
     if (argc < 0) {
         cerr << "Illegal command line argument(s)" << endl << endl;