[gobject-introspection] sourcescanner: Copy over the unsignedness as well



commit f7c28da4e57bdf318ed40eba3c2c0ed44d079759
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 18 16:29:01 2013 -0500

    sourcescanner: Copy over the unsignedness as well

 giscanner/sourcescanner.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/giscanner/sourcescanner.c b/giscanner/sourcescanner.c
index 7ee0536..90db294 100644
--- a/giscanner/sourcescanner.c
+++ b/giscanner/sourcescanner.c
@@ -57,6 +57,7 @@ gi_source_symbol_copy (GISourceSymbol * symbol)
 
   if (symbol->const_int_set) {
     new_symbol->const_int = symbol->const_int;
+    new_symbol->const_int_is_unsigned = symbol->const_int_is_unsigned;
     new_symbol->const_int_set = TRUE;
   } else if (symbol->const_double_set) {
     new_symbol->const_double = symbol->const_double;


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