mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
silence minor type warning in libmallocintercept.c
This commit is contained in:
@@ -74,7 +74,8 @@ void *malloc(size_t size) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void free(void *ptr) {
|
void free(void *ptr) {
|
||||||
print_msg("Called free() on %p from libmallocintercept...", ptr);
|
void *ptr2 = ptr; ptr2 -= ptr;
|
||||||
|
print_msg("Called free() on from libmallocintercept...");
|
||||||
poke_faketime();
|
poke_faketime();
|
||||||
print_msg("successfully\n");
|
print_msg("successfully\n");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user