[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kst/portto4/kst/src/libkst
From:       Peter Kümmel <syntheticpp () gmx ! net>
Date:       2012-10-17 18:09:19
Message-ID: 20121017180919.4E059AC85B () svn ! kde ! org
[Download RAW message or body]

SVN commit 1320972 by kuemmel:

give a hint when realloc fails

 M  +1 -0      primitive.cpp  


--- branches/work/kst/portto4/kst/src/libkst/primitive.cpp #1320971:1320972
@@ -106,6 +106,7 @@
 {
   QString message = msg;
   message +="\nError could be ignored, but chances are high that Kst will crash.";
+  message += "\nWhen reading ASCII data you could limit the size of the file buffer \
to save memory.";  QMessageBox::StandardButton btn = QMessageBox::critical(0, "A \
fatal error occurred", message, QMessageBox::Abort | QMessageBox::Ignore);  if (btn \
== QMessageBox::Abort) {  exit(-2);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic