]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- http://bugzilla.gnome.org/show_bug.cgi?id=312402
authorfreetz <freetz@pld-linux.org>
Wed, 3 Aug 2005 16:23:06 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2-bug312402.patch -> 1.1

glib2-bug312402.patch [new file with mode: 0644]

diff --git a/glib2-bug312402.patch b/glib2-bug312402.patch
new file mode 100644 (file)
index 0000000..5a8b896
--- /dev/null
@@ -0,0 +1,11 @@
+diff -aurN glib-2.7.5.orig/glib/gconvert.c glib-2.7.5/glib/gconvert.c
+--- glib-2.7.5.orig/glib/gconvert.c    2005-08-02 17:51:44.000000000 +0200
++++ glib-2.7.5/glib/gconvert.c 2005-08-03 18:13:29.000000000 +0200
+@@ -544,6 +544,7 @@
+           {
+           case EINVAL:
+             /* Incomplete text, do not report an error */
++            done = TRUE;
+             break;
+           case E2BIG:
+             {
This page took 0.131463 seconds and 4 git commands to generate.