Enlightenment CVS committal
Author : dj2
Project : e17
Module : libs/etox
Dir : e17/libs/etox/src
Modified Files:
etox_line.c
Log Message:
- need to strdup this if we are going to be freeing it
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/src/etox_line.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- etox_line.c 13 Nov 2004 11:17:13 -0000 1.46
+++ etox_line.c 26 Nov 2004 21:51:47 -0000 1.47
@@ -384,7 +384,7 @@
if (t == ETOX_BIT_TYPE_WRAP_MARKER)
continue;
else if (t == ETOX_BIT_TYPE_TAB)
- temp = "\t";
+ temp = strdup("\t");
else
temp = etox_style_get_text(es);
tlen = strlen(temp);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs