Modifica 95/22.
Correzione metodo TDate::string() per AGA.FLL: le variabili statiche in DLL non vengono inizializzate. git-svn-id: svn://10.65.10.50/trunk@1754 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5385f4d440
commit
111436d109
@ -274,9 +274,9 @@ char* TDate::string(
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (yearf == brief)
|
if (yearf == brief)
|
||||||
yf.format("%02d", year() % 100);
|
yf = format("%02d", year() % 100);
|
||||||
else
|
else
|
||||||
yf.format("%04d", year());
|
yf = format("%04d", year());
|
||||||
|
|
||||||
// format month
|
// format month
|
||||||
if (monthf == letters)
|
if (monthf == letters)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user