src/utils.c @@ -48,7 +48,8 @@ void error(char *s) { fprintf(stderr, "Error: %s\n", s); perror(s); //fprintf(stderr, "Error: %s\n", s); exit(0); }