From 210c65d2f40bf242ad91eefab1e41fd75a119402 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 12 Apr 2015 19:06:10 +0200 Subject: [PATCH] =?UTF-8?q?-=20Agregados=20algunos=20comentarios=20de=20do?= =?UTF-8?q?cumentaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foxbin2prg.prg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index fafea8b..446fe4b 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -499,7 +499,7 @@ ADDPROPERTY(_SCREEN, 'ExitCode', lnResp) IF _VFP.STARTMODE <> 4 && 4 = Visual FoxPro was started as a distributable .app or .exe file. STORE NULL TO loEx, loCnv RELEASE loEx, loCnv - RETURN lnResp + RETURN lnResp && lnResp contiene un código de error, pero invocado desde SourceSafe puede contener el tipo de soporte de archivo (0,1,2). ENDIF IF EMPTY(lnResp) OR VARTYPE(loEx) # "O" @@ -2655,7 +2655,7 @@ DEFINE CLASS c_foxbin2prg AS Session lnCodError = .PJX_Conversion_Support OTHERWISE - lnCodError = -1 + lnCodError = -1 && No support. ENDCASE ELSE