소스 검색

socl/src/gc.c: fix format type

Nathalie Furmento 13 년 전
부모
커밋
26a2034dbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;