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/install... ============================================================================== --- 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; }
yast-commit@lists.opensuse.org