oleaut32: Fix a typo in VarTokenizeFormatString.

The second 'q' should be upper case.
This commit is contained in:
Rob Shearman 2008-09-17 11:00:42 +01:00 committed by Alexandre Julliard
parent c8db4e6232
commit 0ac31924a1

View File

@ -966,7 +966,7 @@ HRESULT WINAPI VarTokenizeFormatString(LPOLESTR lpszFormat, LPBYTE rgbTok,
}
fmt_state &= ~FMT_STATE_OPEN_COPY;
}
else if ((*pFormat == 'q' || *pFormat == 'q') && COULD_BE(FMT_TYPE_DATE))
else if ((*pFormat == 'q' || *pFormat == 'Q') && COULD_BE(FMT_TYPE_DATE))
{
/* Date formats: Quarter specifier
* Other formats: Literal