From 15b265a00e5bd69c78cf51b01c8cdcf3e4c1828c Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 16:41:37 -0400 Subject: Added fix to showbug --- ws2a/showbug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws2a/showbug.c') diff --git a/ws2a/showbug.c b/ws2a/showbug.c index aa5cf7d..8aa4aeb 100644 --- a/ws2a/showbug.c +++ b/ws2a/showbug.c @@ -37,8 +37,8 @@ int main(){ printf("Unable to open bug file!"); return 1; } + printf("File:"); while(!feof(bugfile)){ - printf("File:"); putchar(fgetc(bugfile)); } fclose(bugfile); -- cgit v1.2.3-70-g09d2