Joseph Redmon
2015-06-10 ae43771ca2ff518563a339abfd8c5f57c6018c6b
flush stdout
1 files modified
1 ■■■■ changed files
src/detection.c 1 ●●●● patch | view | raw | blame | history
src/detection.c
@@ -220,6 +220,7 @@
    char filename[256];
    while(1){
        printf("Image Path: ");
        fflush(stdout);
        fgets(filename, 256, stdin);
        strtok(filename, "\n");
        image im = load_image_color(filename,0,0);