From 3889bd606ce82cff1dd4dca56b4ed75e349616f5 Mon Sep 17 00:00:00 2001 From: gambas Date: Wed, 11 Oct 2017 01:10:02 +0200 Subject: [PATCH] Version control: Always display commands output if requested, but once. [DEVELOPMENT ENVIRONMENT] * BUG: Version control: Always display commands output if requested, but once. --- app/src/gambas3/.src/VersionControl/VersionControl.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/gambas3/.src/VersionControl/VersionControl.module b/app/src/gambas3/.src/VersionControl/VersionControl.module index 685aa3652..add98b568 100644 --- a/app/src/gambas3/.src/VersionControl/VersionControl.module +++ b/app/src/gambas3/.src/VersionControl/VersionControl.module @@ -131,7 +131,7 @@ Public Sub Process_Read() sData = Read #Last, -256 $sOutput &= Replace(sData, "\r", "") If $bOutput Then Insert(sData) - Insert(sData) + 'Insert(sData) $dOutput = Now iPos = RInStr($sOutput, "\n")