]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/udata/writer.c
ICU-57166.0.1.tar.gz
[apple/icu.git] / icuSources / samples / udata / writer.c
index 1de21f9a0c2c79a8449bba157992693ee4c6dfcc..db0b758e4588037a189d4da0e46d68fa3d4dbf7c 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1999-2000, International Business Machines
+*   Copyright (C) 1999-2006, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -71,7 +71,7 @@ main(int argc, const char *argv[]) {
     char *currdir = getcwd(NULL, 0);
 #endif
 
-    pData=udata_create(getcwd(NULL, 0), DATA_TYPE, DATA_NAME, &dataInfo,
+    pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
                        U_COPYRIGHT_STRING, &errorCode);
 
     if(currdir != NULL) {