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; } }