[PC-BSD Commits] r1119 - pcbsd/trunk/PBIsource
svn at pcbsd.org
svn at pcbsd.org
Wed Jan 9 08:31:49 PST 2008
Author: kris
Date: 2008-01-09 08:31:48 -0800 (Wed, 09 Jan 2008)
New Revision: 1119
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
Log:
Small bugfix to checksum process, have program exit immediately after notifying
the user of data corruption
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2008-01-09 16:20:08 UTC (rev 1118)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2008-01-09 16:31:48 UTC (rev 1119)
@@ -2211,7 +2211,7 @@
{
ChecksumFinished = 0;
QMessageBox::critical( this, tr("Data integrity check failed!"), tr("ERROR: The internal data integrity check failed! The file is corrupt! "));
- close();
+ exit(15);
} else {
//QMessageBox::critical( this, "Data Integrity check Passed!", "YAY " + tmp + " = " + ProgMD5);
More information about the Commits
mailing list