mirror of
https://github.com/reactos/wine.git
synced 2025-02-14 17:49:51 +00:00
oleaut32: Fix a typo in VarTokenizeFormatString.
The second 'q' should be upper case.
This commit is contained in:
parent
c8db4e6232
commit
0ac31924a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user