~goedson/gnotime/master

« back to all changes in this revision

Viewing changes to src/gconf-io-p.h

  • Committer: Linas Vepstas
  • Date: 2012-11-30 04:42:40 UTC
  • Revision ID: git-v1:cf2ed5907ae122b411e95ed875b734567da0a792
iremove one more compiler warning

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
   l = GETLIST(dir, NULL);                                             \
144
144
   for (n=l; n; n=n->next) {                                           \
145
145
      /* XXX mem leak?? do we need to free gconf value  ?? */          \
146
 
      n->data = (gpointer) gconf_value_get_int (n->data);              \
 
146
      n->data = (gpointer) (long) gconf_value_get_int (n->data);       \
147
147
   }                                                                   \
148
148
   l;                                                                  \
149
149
})