commit dabb6917c5aecbec5569b01eb744d8738981360e
parent 70336430510f56227216012b20c873cb612d6114
Author: Harridrone <harrison_k_a@hotmail.com>
Date: Tue, 23 Mar 2021 12:55:46 -0400
Revert "Remove reference to frenchman utility"
This reverts commit 2db2260fc8ace9f936038436b797fd3e785c2998.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c
@@ -18,7 +18,7 @@ static unsigned int save_to_char(void *contents, unsigned int size, unsigned int
ralc_ptr = realloc(tmp_result->data, tmp_result->size + full_size + 1);
if(!ralc_ptr){
- printf("out of memory\n");
+ printf("frenchman >> out of memory\n");
return 0;
}