Merge "[Genlist] Fixed all genlist build warnings."
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Thu, 13 Oct 2011 07:31:45 +0000 (16:31 +0900)
committerGerrit Code Review <git@Maetan>
Thu, 13 Oct 2011 07:31:45 +0000 (16:31 +0900)
src/lib/elm_datefield.c

index 4fb364f..e6ded5d 100644 (file)
@@ -669,7 +669,7 @@ _parse_format( Evas_Object *obj )
 {
    Widget_Data *wd;
    Datefield_Item *it = NULL;
-   unsigned int len, idx, location = 0;
+   unsigned int len = 0, idx, location = 0;
    char separator[MAX_SEPARATOR_LEN];
    char *fmt_ptr;
    char cur;