Author: carnold
Date: Mon Oct 23 14:26:10 2006
New Revision: 467132
URL: http://svn.apache.org/viewvc?view=rev&rev=467132
Log:
LOGCXX-151: Umlauts as literal in pattern layout won't be logged correctly
Modified:
logging/log4cxx/trunk/src/patternparser.cpp
Modified: logging/log4cxx/trunk/src/patternparser.cpp
URL:
http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/patternparser.cpp?view=diff&rev=467132&r1=467131&r2=467132
==============================================================================
--- logging/log4cxx/trunk/src/patternparser.cpp (original)
+++ logging/log4cxx/trunk/src/patternparser.cpp Mon Oct 23 14:26:10 2006
@@ -113,7 +113,7 @@
int patternLength = pattern.length();
int state = LITERAL_STATE;
- char c;
+ logchar c;
int i = 0;
FormattingInfoPtr formattingInfo(FormattingInfo::getDefault());