Pascal Quantin
changed
bug 11873
Comment # 2
on bug 11873
from Pascal Quantin
As explained in https://msdn.microsoft.com/en-us/library/fe06s4ak.aspx, MSVC is
checking the validity of the formatting string, and triggering an assert in
case it is invalid.
As we try to call strftime() each time a character is typed, we should either
validate the formatting string ourselves before calling strftime(), or
deactivate the default exception handler around strftime() call using
_set_invalid_parameter_handler().
You are receiving this mail because:
- You are watching all bug changes.