r14994 - gnucash/branches/swig-redo/src/engine - Fix typo in custom typemap.

Chris Shoemaker chris at cvs.gnucash.org
Tue Oct 10 12:20:00 EDT 2006


Author: chris
Date: 2006-10-10 12:19:59 -0400 (Tue, 10 Oct 2006)
New Revision: 14994
Trac: http://svn.gnucash.org/trac/changeset/14994

Modified:
   gnucash/branches/swig-redo/src/engine/engine.i
Log:
Fix typo in custom typemap.


Modified: gnucash/branches/swig-redo/src/engine/engine.i
===================================================================
--- gnucash/branches/swig-redo/src/engine/engine.i	2006-10-10 16:16:46 UTC (rev 14993)
+++ gnucash/branches/swig-redo/src/engine/engine.i	2006-10-10 16:19:59 UTC (rev 14994)
@@ -236,7 +236,7 @@
     path_scm = SCM_CDR (path_scm);
   }
 
-  $result = g_list_reverse (path);
+  $1 = g_list_reverse (path);
 }
 
 void gnc_quote_source_set_fq_installed (GList *sources_list);



More information about the gnucash-changes mailing list