search: initialize the local variable.

This fixed coverity CID 47575.
This commit is contained in:
Daniel Juyung Seo 2014-08-23 00:41:50 +09:00
parent ec80a55e79
commit 2139ecc40a
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ find_backward_proc(search_data *sd)
char buf[256];
Eina_Bool need_iterate = EINA_TRUE;
int len;
int len = 0;
const char *text = elm_entry_entry_get(sd->entry);
if (!text) return;