View | Details | Raw Unified
Collapse All | Expand All

(-) GConf-2.12.1.orig/gconf/gconf.c (-1 / +1 lines)
 Lines 2749-2755    Link Here 
              /* *p is the @ that ends a seq */
              /* *p is the @ that ends a seq */
              guchar val;
              guchar val;
              
              
              val = strtoul (start_seq, &end, 10);
              val = strtoul (start_seq, &p, 10);
              if (start_seq != end)
              if (start_seq != end)
                g_string_append_c (retval, val);
                g_string_append_c (retval, val);