Fix infinite loop in wxDateTime::Format() when fields width was used.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 22:20:12 +0000 (22:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 9 Sep 2010 22:20:12 +0000 (22:20 +0000)
commitda209561e36aa722f7fda1a036219882b7e90ec6
tree6e55e1dab5681f607a4661603be7e14bd4b3819b
parentca9fc039c120c294e8fe72e44004513a339e9b2e
Fix infinite loop in wxDateTime::Format() when fields width was used.

Just add a missing increment of the loop variable.

See #12451.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/datetimefmt.cpp