From 2c9d4beb2c169fc2a282027ca49fd73e71cb7964 Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 16 Mar 2014 00:27:29 +0100 Subject: [PATCH] =?UTF-8?q?Changeset:=20209=20fdbozzo=20-=2015/03/2014=202?= =?UTF-8?q?0:19:42:=20-=20Arreglo=20bug=20frx:=20Si=20la=20condici=C3=B3n?= =?UTF-8?q?=20de=20impresi=C3=B3n=20de=20un=20campo=20contiene=20una=20exp?= =?UTF-8?q?resi=C3=B3n=20con=20retorno=20de=20carro=20(dif=C3=ADcil),=20se?= =?UTF-8?q?=20corrompe=20el=20archivo=20fr2y=20luego=20el=20binario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foxbin2prg.prg | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index bd8bc13..9847720 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -6394,7 +6394,6 @@ DEFINE CLASS c_conversor_prg_a_frx AS c_conversor_prg_a_bin lnLenPropName = LEN(laProps(X)) lnPos2 = AT( '"', SUBSTR( tcLine, lnPos + lnLenPropName + 2 ) ) lcValue = SUBSTR( tcLine, lnPos + lnLenPropName + 2, lnPos2 - 1 ) - lcValue = CHRTRAN( lcValue, CHR(180), CHR(34) ) && Restauro ["] desde [´] ADDPROPERTY( toReg, laProps(X), lcValue ) ENDIF @@ -6475,6 +6474,8 @@ DEFINE CLASS c_conversor_prg_a_frx AS c_conversor_prg_a_bin CASE .analizarBloque_CDATA_inline( toReport, @tcLine, @taCodeLines, @I, tnCodeLines, @loReg, 'expr' ) + CASE .analizarBloque_CDATA_inline( toReport, @tcLine, @taCodeLines, @I, tnCodeLines, @loReg, 'supexpr' ) + CASE .analizarBloque_CDATA_inline( toReport, @tcLine, @taCodeLines, @I, tnCodeLines, @loReg, 'comment' ) CASE .analizarBloque_CDATA_inline( toReport, @tcLine, @taCodeLines, @I, tnCodeLines, @loReg, 'user' ) @@ -8346,7 +8347,7 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base ENDTEXT TEXT TO C_FB2PRG_CODE ADDITIVE TEXTMERGE NOSHOW FLAGS 1 PRETEXT 1+2 - supgroup="<>" supvalchng="<>" supexpr="<>" > + supgroup="<>" supvalchng="<>" <<>> ENDTEXT C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " @@ -8355,6 +8356,7 @@ DEFINE CLASS c_conversor_bin_a_prg AS c_conversor_base C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + " " C_FB2PRG_CODE = C_FB2PRG_CODE + CR_LF + "