Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_theme.c
Log Message:
Fix for a segv caused, curiously, only when using the Vera font on BSD
machines, but this is the correct way too.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_theme.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- ewl_theme.c 22 Sep 2003 06:09:24 -0000 1.46
+++ ewl_theme.c 7 Oct 2003 04:29:58 -0000 1.47
@@ -112,7 +112,7 @@
else {
snprintf(key, PATH_MAX, "%s/%s", theme_path,
font_path);
- ewd_list_append(font_paths, key);
+ ewd_list_append(font_paths, strdup(key));
}
FREE(font_path);
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs