Changeset 3432

Show
Ignore:
Timestamp:
02/26/08 19:34:38
Author:
svillar
Message:
  • Added a harmless initialization
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/camel-lite/camel/camel-mime-filter-tohtml.c

    r3246 r3432  
    305305                if (html->flags & CONVERT_URLS) { 
    306306                        size_t matchlen, buflen, len; 
    307                         urlmatch_t match
     307                        urlmatch_t match = { 0 }
    308308 
    309309                        len = inptr - start;