]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Sep 2001 17:28:46 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2-fix.patch -> 1.2

glib2-fix.patch [deleted file]

diff --git a/glib2-fix.patch b/glib2-fix.patch
deleted file mode 100644 (file)
index 704c984..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
---- glib-1.3.6/gutf8.c.fixit   Mon Jun 11 21:28:44 2001
-+++ glib-1.3.6/gutf8.c Tue Jun 19 20:33:00 2001
-@@ -326,7 +326,7 @@
-  * Return value: @dest
-  **/
- gchar *
--g_utf8_strncpy (gchar *dest, const gchar *src, size_t n)
-+g_utf8_strncpy (gchar *dest, const gchar *src, gsize n)
- {
-   const gchar *s = src;
-   while (n && *s)
---- glib-1.3.6/gunidecomp.c.fixit      Tue Jun 19 20:34:01 2001
-+++ glib-1.3.6/gunidecomp.c    Tue Jun 19 20:34:35 2001
-@@ -40,7 +40,7 @@
- /* Compute the canonical ordering of a string in-place.  */
- void
- g_unicode_canonical_ordering (gunichar *string,
--                            size_t len)
-+                            gsize len)
- {
-   size_t i;
-   int swap = 1;
-@@ -78,7 +78,7 @@
- gunichar *
- g_unicode_canonical_decomposition (gunichar ch,
--                                 size_t *result_len)
-+                                 gsize *result_len)
- {
-   gunichar *r = NULL;
This page took 0.03224 seconds and 4 git commands to generate.