[Gnucash-changes] r14353 - gnucash/trunk - Quote the F::Q version number so that it will be correctly parsed as a

David Hampton hampton at cvs.gnucash.org
Mon Jun 12 20:14:28 EDT 2006


Author: hampton
Date: 2006-06-12 20:14:26 -0400 (Mon, 12 Jun 2006)
New Revision: 14353
Trac: http://svn.gnucash.org/trac/changeset/14353

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/quotes/gnc-fq-check.in
Log:
Quote the F::Q version number so that it will be correctly parsed as a
string.


Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-09 23:33:51 UTC (rev 14352)
+++ gnucash/trunk/ChangeLog	2006-06-13 00:14:26 UTC (rev 14353)
@@ -1,3 +1,8 @@
+2006-06-12  David Hampton  <hampton at employees.org>
+
+	* src/quotes/gnc-fq-check.in: Quote the F::Q version number so
+	that it will be correctly parsed as a string.
+
 2006-06-09  David Hampton  <hampton at employees.org>
 
 	* doc/examples/*.qif: Tell subversion these files are text.

Modified: gnucash/trunk/src/quotes/gnc-fq-check.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-check.in	2006-06-09 23:33:51 UTC (rev 14352)
+++ gnucash/trunk/src/quotes/gnc-fq-check.in	2006-06-13 00:14:26 UTC (rev 14353)
@@ -84,7 +84,7 @@
 foreach my $source (@sources) {
   push(@qsources, "\"$source\"");
 }
-printf "(%s %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
+printf "(\"%s\" %s)\n", $Finance::Quote::VERSION, join(" ", qq/@qsources/);
 
 ## Local Variables:
 ## mode: perl



More information about the gnucash-changes mailing list