AUDIT: r15414 - gnucash/trunk - "string-match" uses regexp which can error out if a GNC Account has a

Derek Atkins warlord at cvs.gnucash.org
Sun Jan 21 19:04:47 EST 2007


Author: warlord
Date: 2007-01-21 19:04:45 -0500 (Sun, 21 Jan 2007)
New Revision: 15414
Trac: http://svn.gnucash.org/trac/changeset/15414

Modified:
   gnucash/trunk/
   gnucash/trunk/src/import-export/qif-import/qif-guess-map.scm
Log:
"string-match" uses regexp which can error out if a GNC Account has a
paren in it, or any other regexp special character.  Use
"string-contains" from srfi-13 instead.  Bug reported by Melinda Savoy:
http://lists.gnucash.org/pipermail/gnucash-user/2007-January/019028.html

BP




More information about the gnucash-patches mailing list