]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/utrace.c
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / common / utrace.c
index b2526bb2ca7a087896123b75eab495cd22424b74..803dfcff9766e1ecb146a7ea8320d7d6437993c7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 *******************************************************************************
-*   Copyright (C) 2003-2005, International Business Machines
+*   Copyright (C) 2003-2008, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *******************************************************************************
 *   file name:  utrace.c
@@ -23,7 +23,7 @@ static UTraceData      *pTraceDataFunc  = NULL;
 static const void      *gTraceContext   = NULL;
 
 U_EXPORT int32_t
-utrace_level;
+utrace_level = UTRACE_ERROR;
 
 U_CAPI void U_EXPORT2
 utrace_entry(int32_t fnNumber) {