From da20f5a85c2b03e390a231a15d30a7ed411823f4 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Mon, 9 May 2016 14:42:40 -0400 Subject: More bugfixes --- ws2a/a.exe | Bin 0 -> 59111 bytes ws2a/bugsdata.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 ws2a/a.exe (limited to 'ws2a') diff --git a/ws2a/a.exe b/ws2a/a.exe new file mode 100644 index 0000000..a1f447e Binary files /dev/null and b/ws2a/a.exe differ diff --git a/ws2a/bugsdata.c b/ws2a/bugsdata.c index 5b40f18..e0f9042 100644 --- a/ws2a/bugsdata.c +++ b/ws2a/bugsdata.c @@ -18,7 +18,7 @@ int main(){ char filestring[64]; char filename[10]; strcat(filestring,"../ws2a/bugs/"); - itoa(last,filename,10); + sprintf(filename,"%d",last); strcat(filestring,filename); FILE* thisbug; thisbug = fopen(filestring,"r"); -- cgit v1.2.3-70-g09d2