[yast-commit] r48010 - /branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp
Author: locilka Date: Tue Jun 3 15:34:57 2008 New Revision: 48010 URL: http://svn.opensuse.org/viewcvs/yast?rev=48010&view=rev Log: 'if (aborted)' evaluates to non-boolean 'nil' (VOID) Modified: branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp Modified: branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp?rev=48010&r1=48009&r2=48010&view=diff ============================================================================== --- branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp (original) +++ branches/SuSE-Linux-11_0-Branch/installation/src/modules/ImageInstallation.ycp Tue Jun 3 15:34:57 2008 @@ -545,7 +545,7 @@ progress (num, 100); }); - if (aborted) { + if (aborted == true) { return nil; } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
locilka@svn.opensuse.org