diff --git a/app/src/gambas3/.src/VersionControl/VersionControl.module b/app/src/gambas3/.src/VersionControl/VersionControl.module index f536d3240..7434413f3 100644 --- a/app/src/gambas3/.src/VersionControl/VersionControl.module +++ b/app/src/gambas3/.src/VersionControl/VersionControl.module @@ -173,7 +173,7 @@ Public Sub Process_Read() If Not $bAuth Then GetAuthentication() If Not $sUser Then Goto CANCEL Print #Last, $sUser - Insert(User & "\n") + Insert($sUser & "\n") $sOutput = "" Else If InStr(sLine, "password", 1, gb.IgnoreCase) Then 'If $bOutput Then Insert(sLine)