Typo in gw-engine-spec.scm
erwin rieger
erwin-rieger at t-online.de
Tue Oct 14 14:16:23 CDT 2003
Hi,
there is a little typo in gnucash-1.8.7/src/engine/gw-engine-spec.scm,
wrong order of parameters for function gnc:query-add-date-match,
in line 1935:
...
(<gw:bool> use-start)
(<gw:int> st-year)
(<gw:int> st-mon)
(<gw:int> st-day)
(<gw:bool> use-end)
(<gw:int> end-year)
(<gw:int> end-mon)
(<gw:int> end-day)
...
should be:
...
(<gw:bool> use-start)
(<gw:int> st-day)
(<gw:int> st-mon)
(<gw:int> st-year)
(<gw:bool> use-end)
(<gw:int> end-day)
(<gw:int> end-mon)
(<gw:int> end-year)
...
--
mfg erri
--------------------------------------------------------------------
| Ingenieurbuero Rieger, Software Entwicklung
| Email: erwin-rieger at t-online.de
--------------------------------------------------------------------
More information about the gnucash-devel
mailing list