From 94a2fc7c000b466e0323e756bf3e1f7823a39524 Mon Sep 17 00:00:00 2001 From: luca Date: Fri, 11 Jul 2003 15:12:49 +0000 Subject: [PATCH] Patch level :2.0 526 Files correlati :ba1.exe Ricompilazione Demo : [ ] Commento :AO20074,AO20075 (ri-corretti) git-svn-id: svn://10.65.10.50/trunk@11318 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 53f26103b..cf4991872 100755 --- a/ba/ba1700.cpp +++ b/ba/ba1700.cpp @@ -473,7 +473,7 @@ bool TInstaller_mask::do_process(TToken_string& commands) const { TWait_cursor hourglass; TExternal_app app(cmd); - ok = app.run() == 0; + ok = app.run(FALSE,3,TRUE) == 0; } } return ok;