Explorar o código

socl/src/gc.c: fix format type

Nathalie Furmento %!s(int64=13) %!d(string=hai) anos
pai
achega
26a2034dbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      socl/src/gc.c

+ 1 - 1
socl/src/gc.c

@@ -112,7 +112,7 @@ int gc_entity_release_ex(entity e) {
   if (refs != 0)
     return 0;
 
-  DEBUG_MSG("Releasing entity %lx\n", e);
+  DEBUG_MSG("Releasing entity %p\n", e);
 
   GC_LOCK;