diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-08-13 13:56:37 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-08-13 13:56:37 (GMT) |
commit | 42152e352e4d5f3bbe23c5fb160991da7048967d (patch) | |
tree | 6dc8d3a2f0001c7b215813eba7242f62dfb226a8 /src/corelib/global/qglobal.cpp | |
parent | 6d2a1051970a417c4e60375cb43f06751da57728 (diff) | |
download | Qt-42152e352e4d5f3bbe23c5fb160991da7048967d.zip Qt-42152e352e4d5f3bbe23c5fb160991da7048967d.tar.gz Qt-42152e352e4d5f3bbe23c5fb160991da7048967d.tar.bz2 |
trivial: change comment
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |