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/bugsdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws2a/bugsdata.c') 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