From 045b5b3c52995ba594156118ded26c72e60c9221 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Wed, 1 May 2019 19:26:15 -0400 Subject: [PATCH] fix missing format argument --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 0ae19bf..7056d5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -46,7 +46,7 @@ where [switches] are optionally:\n\ int main( int argc, char **argv ) { char *gamedir=NULL; - + tmp[0]=0; for(int i=1;ishow(); - + if(gamedir){ int err = game->open(gamedir); if(!err)menu->show_resources();