r15444 - gnucash/branches/2.0 - "string-match" uses regexp which can error out if a GNC Account has a

Derek Atkins warlord at cvs.gnucash.org
Sat Jan 27 23:17:38 EST 2007


Author: warlord
Date: 2007-01-27 23:17:36 -0500 (Sat, 27 Jan 2007)
New Revision: 15444
Trac: http://svn.gnucash.org/trac/changeset/15444

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/ChangeLog
   gnucash/branches/2.0/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

Audited by andi5
Merge from r15414




More information about the gnucash-patches mailing list