2
0
Andrei Pelinescu-Onciul 20 жил өмнө
parent
commit
2a1678b497
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      mem/shm_mem.h

+ 1 - 1
mem/shm_mem.h

@@ -142,7 +142,7 @@ inline static void* _shm_malloc(unsigned int size,
 
 
 inline static void* _shm_realloc(void *ptr, unsigned int size, 
-		char* file, char* function, int line )
+		const char* file, const char* function, int line )
 {
 	void *p;
 	shm_lock();