oops, stray %s

This commit is contained in:
vladimir%pobox.com 2005-05-20 22:00:47 +00:00
parent 065000939d
commit ab222a8f83

View File

@ -226,7 +226,7 @@ NS_IMETHODIMP
calDateTime::ToString(nsACString& aResult)
{
aResult.Assign(nsPrintfCString(100,
"%04d/%02d/%02d %02d:%02d:%02d%s%s",
"%04d/%02d/%02d %02d:%02d:%02d %s",
mYear, mMonth + 1, mDay,
mHour, mMinute, mSecond,
mTimezone.get()));