From ce720bc033d13dcb0e95e0009cad7b5049900adc Mon Sep 17 00:00:00 2001 From: fdbozzo Date: Sun, 22 Jun 2014 00:17:52 +0200 Subject: [PATCH] =?UTF-8?q?Changeset:=20316=20fdbozzo=20-=2022/06/2014=200?= =?UTF-8?q?0:17:04:=20-=20Normalizaci=C3=B3n=20de=20propiedad=20n=5FClassT?= =?UTF-8?q?imeStamp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foxbin2prg.prg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 88baaa6..a4eec50 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -501,7 +501,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM l_PropSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias l_ReportSort_Enabled = .T. && Para Unit Testing se puede cambiar a .F. para buscar diferencias n_ExtraBackupLevels = 1 - nClassTimeStamp = '' + n_ClassTimeStamp = 0 o_Conversor = NULL o_Frm_Avance = NULL o_FSO = NULL @@ -1985,7 +1985,7 @@ DEFINE CLASS c_conversor_base AS SESSION c_InputFile = '' c_OutputFile = '' lFileMode = .F. - nClassTimeStamp = '' + n_ClassTimeStamp = 0 n_FB2PRG_Version = 1.0 c_Foxbin2prg_FullPath = '' c_Type = '' @@ -2396,7 +2396,7 @@ DEFINE CLASS c_conversor_base AS SESSION EXIT ENDIF - tnTimeStamp = THIS.nClassTimeStamp + tnTimeStamp = THIS.n_ClassTimeStamp IF EMPTY(tnTimeStamp) EXIT