[gnucash] fix patches up

Bill Nottingham notting at fedoraproject.org
Thu Jan 19 16:48:13 UTC 2012


commit c71422b01cdeac97d85050ef447e959442d903cb
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Jan 19 11:47:45 2012 -0500

    fix patches up

 gnucash-guile-5.patch |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/gnucash-guile-5.patch b/gnucash-guile-5.patch
index 2521fbe..26b10cf 100644
--- a/gnucash-guile-5.patch
+++ b/gnucash-guile-5.patch
@@ -35,19 +35,6 @@ index 7bd9395..3656931 100644
  AS_SCRUB_INCLUDE(CFLAGS)
  
  ### Check size of long_long - some guile's are broken.
-diff --git a/src/app-utils/app-utils.i b/src/app-utils/app-utils.i
-index e1fc6e8..3db58ac 100644
---- a/src/app-utils/app-utils.i
-+++ b/src/app-utils/app-utils.i
-@@ -105,7 +105,7 @@ void gnc_register_kvp_option_generator(QofIdType id_type, SCM generator);
-       break;
-     key = scm_to_locale_string (key_scm);
-     gkey = g_strdup (key);
--    gnc_free_scm_locale_string(key);
-+    free (key);
-     path = g_list_prepend (path, gkey);
-     path_scm = SCM_CDR (path_scm);
-   }
 diff --git a/src/app-utils/guile-util.c b/src/app-utils/guile-util.c
 index d21afc3..2fcddbc 100644
 --- a/src/app-utils/guile-util.c


More information about the scm-commits mailing list