diff --git a/foxbin2prg.exe b/foxbin2prg.exe index 30dd02f..dacad49 100644 Binary files a/foxbin2prg.exe and b/foxbin2prg.exe differ diff --git a/foxbin2prg.prg b/foxbin2prg.prg index 953cdf2..ce9f9fc 100644 --- a/foxbin2prg.prg +++ b/foxbin2prg.prg @@ -2092,7 +2092,7 @@ DEFINE CLASS c_foxbin2prg AS SESSION PROCEDURE TieneSoporte_Bin2Prg LPARAMETERS tcExt LOCAL llTieneSoporte - tcExt = UPPER(tcExt) + tcExt = UPPER(JUSTEXT('.' + tcExt)) WITH THIS AS c_foxbin2prg OF 'FOXBIN2PRG.PRG' llTieneSoporte = ICASE( tcExt == 'PJX', .PJX_Conversion_Support >= 1 ; @@ -2114,7 +2114,7 @@ DEFINE CLASS c_foxbin2prg AS SESSION PROCEDURE TieneSoporte_Prg2Bin LPARAMETERS tcExt LOCAL llTieneSoporte - tcExt = UPPER(tcExt) + tcExt = UPPER(JUSTEXT('.' + tcExt)) WITH THIS AS c_foxbin2prg OF 'FOXBIN2PRG.PRG' llTieneSoporte = ICASE( tcExt == .c_PJ2, .PJX_Conversion_Support = 2 ;