diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-04 01:58:35 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-10-04 01:58:35 +0900 |
commit | 18be4c50d9990c82ed9ce4269b7820e61f772699 (patch) | |
tree | b526ecde86529367c6710c5b8da14302602f5b09 /NEWS | |
parent | 44988e4798552cd97d14c8fc87959d1442a612b9 (diff) |
eina/eina_file - fix eina_file_map_lines() to not drop of one character in the last line.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -258,6 +258,7 @@ Fixes: - Fix memory leak in eina_xattr_value_ls. - Fix magic failure in eina_value_array_count when array has not been allocated. - Fix issue when wchar_t is signed and eina_unicode does negative array lookups. + - Eina: fix eina_file_map_lines() to not drop of one character in the last line. * Eet: - Fix PPC (big endian) image codec bug. - Fix leak in eet_pbkdf2_sha1 with OpenSSL. |