This commit is contained in:
Mario Stöckl 2025-06-22 00:25:46 +02:00
parent 30fc4ea62f
commit b9576101ce

View File

@ -105,14 +105,15 @@ int main(int argc, char *argv[]) {
if(access_log_storage==NULL){
perror("Fuck\n")
return -1;
}
malloc(sizeof(BUF))
};
rewind(fp);
while (fgets(filebuffer, BUF, fp)){
debugmsg("entered loop\n");
fputs(filebuffer, stdout);
debugmsg("endloop");
}
free(access_log_storage);
access_log_storage = NULL;
}
debugmsg("END OF PROGRAM");
return 0;