Typo in gw-engine-spec.scm

Derek Atkins warlord at MIT.EDU
Sun Oct 31 21:18:55 EST 2004


This has now been applied to HEAD and 1.8 and will be in 1.8.10.

Thanks,

-derek

PS: In the future please send as a patch (diff -u) and file with
bugzilla.

erwin-rieger at t-online.de (erwin rieger) writes:

> 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
> --------------------------------------------------------------------
>
>
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at lists.gnucash.org
> http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list