From 1d69147635114f519d61d17d8c55d4cf5f5e5e5e Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 17 Nov 2008 10:10:09 +0000 Subject: [PATCH] Patch level :10.0 Files correlati : Ricompilazione Demo : [ ] Commento :risolto il problema dello sfoglia nella maschera di installazione git-svn-id: svn://10.65.10.50/trunk@17651 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1700.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ba/ba1700.cpp b/ba/ba1700.cpp index fb7c2f6f6..563e7ae40 100755 --- a/ba/ba1700.cpp +++ b/ba/ba1700.cpp @@ -269,7 +269,7 @@ int TInstaller_mask::precheck_modules(bool only_newer) currpatch = rigar.get_int(C_CURRPATCH); modnumber = get_module_number(cod_module); if (modnumber >= 0 && has_module(modnumber) && - !release.blank() && + release.full() && ((release > currrelease) || (release == currrelease && (only_newer ? patchlevel > currpatch : patchlevel >= currpatch) )) )