From e3f68ea5fada9976f3dfd759ea7418e59e33e156 Mon Sep 17 00:00:00 2001 From: luca Date: Wed, 4 Jun 2003 10:32:25 +0000 Subject: [PATCH] Patch level :2.0 488 Files correlati :librerie,ba1.exe Ricompilazione Demo : [ ] Commento :AO20055 git-svn-id: svn://10.65.10.50/trunk@11210 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/cfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cfiles.c b/include/cfiles.c index 6cab4f27f..260838692 100755 --- a/include/cfiles.c +++ b/include/cfiles.c @@ -404,7 +404,7 @@ const char* CGetCampoIni(void) if (xvt_str_compare_ignoring_case(path, exedir) == 0) { xvt_sys_get_profile_string("c:/campo.stp", para, "CampoIni", "", path, sizeof(path)); - bFound = TRUE; + bFound = *path > ' '; break; } }