r10116 - in /desktop/experimental/libxklavier/debian: changelog patches/10_realloc-layout-names.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Apr 18 13:32:05 UTC 2007


Author: slomo
Date: Wed Apr 18 13:32:04 2007
New Revision: 10116

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10116
Log:
* fix syntax error in 10_realloc-layout-names.patch

Modified:
    desktop/experimental/libxklavier/debian/changelog
    desktop/experimental/libxklavier/debian/patches/10_realloc-layout-names.patch

Modified: desktop/experimental/libxklavier/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libxklavier/debian/changelog?rev=10116&op=diff
==============================================================================
--- desktop/experimental/libxklavier/debian/changelog (original)
+++ desktop/experimental/libxklavier/debian/changelog Wed Apr 18 13:32:04 2007
@@ -10,7 +10,8 @@
   [ Sebastian Dröge ]
   * New upstream release with no API changes.
   * Updated 10_realloc-layout-names.patch: cleaned accidentially included
-    files from the patch.
+    files from the patch. Also fix syntax error to get stuff actually
+    building.
   * Dropped 02_xklconfigfindobject-crashes-when-no-nodes-are-found.patch,
     merged upstream.
 

Modified: desktop/experimental/libxklavier/debian/patches/10_realloc-layout-names.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libxklavier/debian/patches/10_realloc-layout-names.patch?rev=10116&op=diff
==============================================================================
--- desktop/experimental/libxklavier/debian/patches/10_realloc-layout-names.patch (original)
+++ desktop/experimental/libxklavier/debian/patches/10_realloc-layout-names.patch Wed Apr 18 13:32:04 2007
@@ -11,7 +11,7 @@
 -					 g_realloc(*layout,
 -						   laylen + 1))[laylen] =
 -					    '\0';
-+					*layout = g_realloc(*layout,,
++					*layout = g_realloc(*layout,
 +							    laylen + 1);
 +					((char *)*layout)[laylen] = '\0';
  				}




More information about the pkg-gnome-commits mailing list