Files
test/source
Campbell Barton 030e5bd93e Drawing a string longer then 255 chars wasnt working.
changes to flatten_string_append(...), probably only brecht is interested.
- It was copying from the old malloc'd buffer but never the fixed buffer - the reason >255 length strings didnt render.
- on first malloc for the FlatString allocate 512 rather then 256 chars since the fixed string is 256 chars.
- if the char was '\0' fs->pos was set to 0, not sure why since char cant be '\0' because of the loop that calls flatten_string_append, removed.
2009-07-13 11:41:24 +00:00
..
2009-07-02 03:32:57 +00:00
2009-07-10 01:57:55 +00:00
2009-06-08 20:08:19 +00:00
2009-06-08 20:08:19 +00:00
2.5
2009-07-08 17:49:14 +00:00
2009-06-21 16:18:38 +00:00
2009-06-21 16:18:38 +00:00
2009-03-30 18:21:17 +00:00