mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
On Windows/mingw32, scanf only accepts %I64d for long long integers.
Reference that gave me this hint: http://acm.pku.edu.cn/JudgeOnline/faq.htm git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14806 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -48,7 +48,11 @@
|
||||
# if HAVE_SCANF_QD
|
||||
# define QOF_SCANF_LLD "%qd"
|
||||
# else
|
||||
# error "No scanf format string is known for LLD. Fix your ./configure so that the correct one is detected!"
|
||||
# if HAVE_SCANF_I64D
|
||||
# define QOF_SCANF_LLD "%I64d"
|
||||
# else
|
||||
# error "No scanf format string is known for LLD. Fix your ./configure so that the correct one is detected!"
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user