Version19.50

This commit is contained in:
Antonio Cañas Vargas 2019-11-01 17:46:30 +01:00
parent 8bd17316e2
commit 1ff26d4984
1 changed files with 3 additions and 3 deletions

View File

@ -1629,9 +1629,9 @@ void Dat_WriteLocalDateHMSFromUTC (const char *fmt,...)
Lay_NotEnoughMemoryExit ();
/***** Print HTML *****/
// HTM_SCRIPT_Begin (NULL,NULL);
// fprintf (Gbl.F.Out,"writeLocalDateHMSFromUTC(%s);",Params);
// HTM_SCRIPT_End ();
HTM_SCRIPT_Begin (NULL,NULL);
fprintf (Gbl.F.Out,"writeLocalDateHMSFromUTC(%s);",Params);
HTM_SCRIPT_End ();
free ((void *) Params);
}