diff options
author | amy <[email protected]> | 2023-05-11 00:04:18 +0000 |
---|---|---|
committer | amy <[email protected]> | 2023-05-11 00:04:18 +0000 |
commit | ed3a5b83f39fb71be84f01a39f65114811cd2836 (patch) | |
tree | 31afa4314390de1b18d43a4fe72965749272cbe1 /src/util.c | |
parent | 27bde9ac32d331a4441e91fa4a7a73d1508b4600 (diff) |
fixed errors and rect3d
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |