qt4/tests/stress-threads-qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 425d1b4835389e2031631ce54cee157af39f1cb6 Author: Adam Reichold <[email protected]> Date: Mon Jun 3 20:04:21 2013 +0200 Check for the correct number of arguments diff --git a/qt4/tests/stress-threads-qt4.cpp b/qt4/tests/stress-threads-qt4.cpp index 7e72728..cc9448e 100644 --- a/qt4/tests/stress-threads-qt4.cpp +++ b/qt4/tests/stress-threads-qt4.cpp @@ -251,7 +251,7 @@ void CrazyThread::run() int main(int argc, char** argv) { - if(argc < 3) + if(argc < 5) { qDebug() << "usage: stress-threads-qt duration sillyCount crazyCount file(s)"; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
