Show
Ignore:
Timestamp:
2003-09-19 06:03:25 (5 years ago)
Author:
Mads Martin Joergensen <mmj@…>
Branch:
HEAD
Message:

As the ones of you who compile with new gcc's probably have noticed,
there's a lot of type-punning in Mutt. With help from Philipp
Thomas, I've fixed all I could find in CVS (please double-check, one
might have slipped through the cracks), I can make one for 1.4 CVS
branch as well if wanted.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • browser.c

    r3375 r3480  
    308308  { 
    309309    /* need to allocate more space */ 
    310     safe_realloc ((void **) &state->entry, 
     310    safe_realloc (&state->entry, 
    311311                  sizeof (struct folder_file) * (state->entrymax += 256)); 
    312312    memset (&state->entry[state->entrylen], 0,