From 671489c8a25cf5951e182c0d3e765939232f1e77 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 3 Feb 2007 20:44:35 +0000 Subject: [PATCH] Comment out unused strcmp block. It used todo a printf, which was commented out, so really no reason to run the strcmp in the first place if we do nothing with the result. SVN revision: 28228 --- legacy/ecore/src/lib/ecore/ecore.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/ecore.c b/legacy/ecore/src/lib/ecore/ecore.c index 2472a41c50..557c45e3c0 100644 --- a/legacy/ecore/src/lib/ecore/ecore.c +++ b/legacy/ecore/src/lib/ecore/ecore.c @@ -46,10 +46,12 @@ ecore_init(void) if (++_ecore_init_count == 1) { setlocale(LC_CTYPE, ""); + /* if (strcmp(nl_langinfo(CODESET), "UTF-8")) { -// printf("WARNING: not a utf8 locale!\n"); + printf("WARNING: not a utf8 locale!\n"); } + */ #ifndef WIN32 if (getenv("ECORE_FPS_DEBUG")) _ecore_fps_debug = 1; if (_ecore_fps_debug) _ecore_fps_debug_init();