From ed3a5b83f39fb71be84f01a39f65114811cd2836 Mon Sep 17 00:00:00 2001 From: amy Date: Thu, 11 May 2023 00:04:18 +0000 Subject: fixed errors and rect3d --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index cc40ea5..beb7aa7 100644 --- a/src/util.c +++ b/src/util.c @@ -80,7 +80,7 @@ void sig_handle(void){ sprintf(ad,"%p",allocations[i].addr); ad[0]='\20'; ad[1]='\20'; - printf(" | - <\x1b[90m0x\x1b[0m%s> %s:%s:%i, %lu bytes initially allocated\n",ad,allocations[i].file,allocations[i].function,allocations[i].line,allocations[i].size); + printf(" | - <\x1b[90m0x\x1b[0m%s> %s:%s:%i, %lu bytes initially allocated\n",ad,allocations[i].file,allocations[i].function,allocations[i].line,allocations[i].size); } } (free)(allocations); -- cgit v1.2.3