Fix the recent fdwalk()-related changes to not break mapping-test.

* glib/gspawn.c: Fix the recent fdwalk()-related changes
        to not break mapping-test.  (#286838, Marco Barisione)
This commit is contained in:
Matthias Clasen
2006-12-17 17:45:03 +00:00
parent 80cc5b6c3e
commit a7d0392b4d
2 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
2006-12-17 Matthias Clasen <mclasen@redhat.com>
* glib/gspawn.c: Fix the recent fdwalk()-related changes
to not break mapping-test. (#286838, Marco Barisione)
* glib/gstring.c (g_string_chunk_new): Don't shadow size.
(#386760, Kazuki IWAMOTO)