diff options
author | Tom Hacohen <tom@stosb.com> | 2013-07-01 14:11:27 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-07-01 14:18:52 +0100 |
commit | 827885d794f6271c4f62194faee513e38e92364f (patch) | |
tree | f7294069508d2d93e0b8132105057111859923b4 /NEWS | |
parent | cc012b754c7c5dc7c01b584962b2c35b0ea7e0d5 (diff) |
Evas textblock: Fixed format parsing to not be confused by single-quotes.
Before this commit, having a single quote anywhere in the format would mess
up all of the format parsing.
Thanks to MinSu Seo for reporting.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -342,3 +342,4 @@ Fixes: | |||
342 | * Evas textblock: Fixed issue with textblocks without fonts segfaulting. | 342 | * Evas textblock: Fixed issue with textblocks without fonts segfaulting. |
343 | * Evas: Fix evas_common_convert_yuv_42* functions to actually return the converted data. | 343 | * Evas: Fix evas_common_convert_yuv_42* functions to actually return the converted data. |
344 | * Evas: Fix jpeg loader cannot deal with exif information correctly | 344 | * Evas: Fix jpeg loader cannot deal with exif information correctly |
345 | * Evas textblock: Fixed issue when parsing formats with quotes. | ||