fix minor flakiness

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1165 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-09-13 22:34:27 +00:00
parent e0ce1319ca
commit e2c5fe6c22

View File

@ -152,6 +152,7 @@ DateMV (BasicCell *_cell,
/* if user hit backspace, accept the change */
if (!change) return newval;
if (0x0 == change[0]) return newval;
/* accept any numeric input */
if (isdigit (change[0])) return newval;