[glib] resources: compiler: Fix entity processing of xml-stripblanks



commit cb1dd2143dc6f5b5881b6d94abb7dd6f05137c76
Author: Christian Persch <chpe gnome org>
Date:   Tue Jan 31 18:10:55 2012 +0100

    resources: compiler: Fix entity processing of xml-stripblanks
    
    Preserve entities instead of replacing them!
    
    Bug #669173.

 gio/glib-compile-resources.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gio/glib-compile-resources.c b/gio/glib-compile-resources.c
index 93938f8..c0f6d7b 100644
--- a/gio/glib-compile-resources.c
+++ b/gio/glib-compile-resources.c
@@ -273,7 +273,6 @@ end_element (GMarkupParseContext  *context,
               argc = 0;
               argv[argc++] = (gchar *) xmllint;
               argv[argc++] = "--nonet";
-              argv[argc++] = "--noent";
               argv[argc++] = "--noblanks";
               argv[argc++] = "--output";
               argv[argc++] = tmp_file;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]