|
|
Choosing A Webhost: |
svn commit: r466265 - /logging/log4cxx/trunk/src/charsetdecoder.cpp: msg#00030apache.logging.log4cxx.devel
Author: carnold Date: Fri Oct 20 14:18:59 2006 New Revision: 466265 URL: http://svn.apache.org/viewvc?view=rev&rev=466265 Log: LOGCXX-59: Fix bungled cut and paste on exception text Modified: logging/log4cxx/trunk/src/charsetdecoder.cpp Modified: logging/log4cxx/trunk/src/charsetdecoder.cpp URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/charsetdecoder.cpp?view=diff&rev=466265&r1=466264&r2=466265 ============================================================================== --- logging/log4cxx/trunk/src/charsetdecoder.cpp (original) +++ logging/log4cxx/trunk/src/charsetdecoder.cpp Fri Oct 20 14:18:59 2006 @@ -64,7 +64,7 @@ if (stat != APR_SUCCESS) { if (frompage == APR_DEFAULT_CHARSET) { throw IllegalArgumentException("APR_DEFAULT_CHARSET"); - if (frompage == APR_LOCALE_CHARSET) { + } else if (frompage == APR_LOCALE_CHARSET) { throw IllegalArgumentException("APR_LOCALE_CHARSET"); } else { throw IllegalArgumentException(frompage);
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [GUMP@vmgump]: Project logging-log4cxx-ant-no_wchar_t (in module logging-log4cxx) failed, Gump Integration Build |
|---|---|
| Next by Date: | [GUMP@vmgump]: Project logging-log4cxx-ant (in module logging-log4cxx) failed, Gump Integration Build |
| Previous by Thread: | svn commit: r465334 - in /logging/log4cxx/trunk/src: charsetdecoder.cpp charsetencoder.cpp, carnold |
| Next by Thread: | svn commit: r467116 - /logging/log4cxx/trunk/src/charsetencoder.cpp, carnold |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |