From 42152e352e4d5f3bbe23c5fb160991da7048967d Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Thu, 13 Aug 2009 15:56:37 +0200 Subject: trivial: change comment --- src/corelib/global/qglobal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index da70216..a184f01 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2202,7 +2202,7 @@ void qt_message_output(QtMsgType msgType, const char *buf) /*! \internal Uses a local buffer to output the message. Not locale safe + cuts off - everything after character 1023, but will work in out of memory situations. + everything after character 255, but will work in out of memory situations. */ static void qEmergencyOut(QtMsgType msgType, const char *msg, va_list ap) { -- cgit v0.12