Commit 892c92ab authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Make refcount signed.

parent 1fd27411
......@@ -364,7 +364,7 @@ struct objcore_methods {
struct objcore {
unsigned magic;
#define OBJCORE_MAGIC 0x4d301302
unsigned refcnt;
int refcnt;
struct objcore_methods *methods;
void *priv;
unsigned priv2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment