Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_prefix.c 


Log Message:


fix prefix problem if using env vars

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_prefix.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_prefix.c  21 Jul 2006 15:55:53 -0000      1.17
+++ e_prefix.c  24 Jul 2006 07:20:43 -0000      1.18
@@ -58,7 +58,7 @@
          snprintf(buf, sizeof(buf), "%s/"LOCALE_D, getenv("E_LOCALE_DIR"));
        else
          snprintf(buf, sizeof(buf), "%s/"LOCALE_D, _prefix_path);
-       _prefix_path_data = strdup(buf);
+       _prefix_path_locale = strdup(buf);
        return 1;
      }
    /* no env var - examine process and possible argv0 */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to