From fade6934fdb0ecd7e809d49ee6c4d4b73d632100 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 19 Nov 2016 14:51:17 -0300 Subject: [PATCH] test --- src/komodo_utils.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 48f38e0f9..76df0d07e 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1272,15 +1272,12 @@ void komodo_statefname(char *fname,char *symbol) { fname[len - n] = 0; if ( symbol[0] != 0 ) - { strcpy(&fname[len - n],symbol); - //printf("statefname.(%s)\n",fname); #ifdef WIN32 - strcat(fname,"\\"); + strcat(fname,"\\"); #else - strcat(fname,"/"); + strcat(fname,"/"); #endif - } } else {