Explorar el Código

* parameter "Separator" of function TryStrToDate was not passed to IntStrToDate

git-svn-id: trunk@13959 -
ivost hace 16 años
padre
commit
bab5c5d8a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rtl/objpas/sysutils/dati.inc

+ 1 - 1
rtl/objpas/sysutils/dati.inc

@@ -978,7 +978,7 @@ begin
   Result:=Length(S)<>0;
   If Result then
     begin
-    Value:=IntStrToDate(Msg,@S[1],Length(S),useformat);
+    Value:=IntStrToDate(Msg,@S[1],Length(S),useformat,Separator);
     Result:=(Msg='');
     end;
 end;