]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/gentest/genres32.c
ICU-491.11.3.tar.gz
[apple/icu.git] / icuSources / tools / gentest / genres32.c
index 4925d876291aac5a56e20c614c8b8e5cc49e84ce..460d076c54e541be56dcbb929816963bb3649a23 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 2003-2004, International Business Machines
+*   Copyright (C) 2003-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -59,7 +59,8 @@ genres32(const char *prog, const char *path) {
     }
     uprv_strcat(file,"testtable32.txt");
     out = fopen(file, "w");
-    puts(file);
+    /*puts(file);*/
+    puts("Generating testtable32.txt");
     if(out == NULL) {
         fprintf(stderr, "%s: Couldn't create resource test file %s\n",
                 prog, file);