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
  • addrbook.c

    r3317 r3480  
    165165  } 
    166166 
    167   safe_realloc ((void **) &AliasTable, menu->max * sizeof (ALIAS *)); 
     167  safe_realloc (&AliasTable, menu->max * sizeof (ALIAS *)); 
    168168  menu->data = AliasTable; 
    169169