AUDIT: r17246 - gnucash/trunk/src/import-export/qif-import - A small correction to r17245 for a QIF importer error message. I forgot to mention in the log that r17245 includes many added or improved QIF importer error and warning messages. Should help users in debugging their own QIF files.

Charles Day cedayiv at cvs.gnucash.org
Mon Jun 23 16:09:14 EDT 2008


Author: cedayiv
Date: 2008-06-23 16:09:14 -0400 (Mon, 23 Jun 2008)
New Revision: 17246
Trac: http://svn.gnucash.org/trac/changeset/17246

Modified:
   gnucash/trunk/src/import-export/qif-import/qif-file.scm
Log:
A small correction to r17245 for a QIF importer error message. I forgot to mention in the log that r17245 includes many added or improved QIF importer error and warning messages. Should help users in debugging their own QIF files.
BP


Modified: gnucash/trunk/src/import-export/qif-import/qif-file.scm
===================================================================
--- gnucash/trunk/src/import-export/qif-import/qif-file.scm	2008-06-23 18:46:34 UTC (rev 17245)
+++ gnucash/trunk/src/import-export/qif-import/qif-file.scm	2008-06-23 20:09:14 UTC (rev 17246)
@@ -991,9 +991,7 @@
                              (errorproc errortype
                                         (gnc:list-display-to-string (list
                               (_ "Parse ambiguity between formats") " "
-                              formats "\n" "Value " unparsed " could be "
-                              (printer parsed) " or "
-                              (printer this-parsed)
+                              formats "\n"
                               (sprintf #f (_ "Value '%s' could be %s or %s.")
                                        parsed
                                        (printer parsed)



More information about the gnucash-changes mailing list