mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix some copy-pasted code.
This commit is contained in:
parent
5f5ad968f9
commit
519ce9fb81
@ -129,8 +129,7 @@ gnc_configure_date_format (void)
|
|||||||
/* Only a subset of the qof date formats is currently
|
/* Only a subset of the qof date formats is currently
|
||||||
* supported for date entry.
|
* supported for date entry.
|
||||||
*/
|
*/
|
||||||
if ((df > QOF_DATE_FORMAT_LOCALE)
|
if (df > QOF_DATE_FORMAT_LOCALE)
|
||||||
|| (df > QOF_DATE_FORMAT_LOCALE))
|
|
||||||
{
|
{
|
||||||
PERR("Incorrect date format");
|
PERR("Incorrect date format");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user