Sfoglia il codice sorgente

* Fixed typo/compilation in r17416

git-svn-id: trunk@17417 -
joost 14 anni fa
parent
commit
c1fc8180c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

+ 1 - 1
packages/fcl-db/src/sqldb/mysql/mysqlconn.inc

@@ -781,7 +781,7 @@ begin
     Result := 0
   else
     Result := EncodeDate(EY, EM, ED);
-  Result := ComposeDateTime(Result,EncodeTime(EH, EN, ES, 0);
+  Result := ComposeDateTime(Result,EncodeTime(EH, EN, ES, 0));
 end;
 
 function InternalStrToTime(S: string): TDateTime;