entry: NULL should be set to the correct position of tmpbuf.
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 21 Jan 2014 12:00:29 +0000 (21:00 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 21 Jan 2014 12:00:29 +0000 (21:00 +0900)
commit6d5a1a3d25a671ddb7d6c007596274ceb77ef2e6
tree16aa350b747b407d35593a4a591d3e9137985acb
parentb25e2bf0a67d47ce9ec0afa46d23569f49e0b74f
entry: NULL should be set to the correct position of tmpbuf.

If edje_object_part_text_get gives different text from original one,
length of text can be changed. So the last position of tmpbuf should
be calculated again refering to the current text to be returned.
src/lib/elm_entry.c