Text only
15 Jan 2010
 
 
Tools: wrap/unwrap  
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
if (text) {
fprintf(stderr, "%p\n", text);
ts->style_text = strdup(text);
}
...
/mnt/storage/.home/user # elock
(nil)
Segmentation fault
/mnt/storage/.home/user #