mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The intent was always to default to today if the input string isn't parsable, but two problems prevented that: First, qof_scan_date_internal didn't check the return value of strptime and return FALSE if it failed and second gnc_date_edit_get_date_internal would unnecessarily munge a valid struct tm from gnc_tm_get_today_neutral.