Changeset 3480:caab53a59052 for color.c

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

    r3377 r3480  
    738738    if (q_level >= ColorQuoteSize) 
    739739    { 
    740       safe_realloc ((void **) &ColorQuote, (ColorQuoteSize += 2) * sizeof (int)); 
     740      safe_realloc (&ColorQuote, (ColorQuoteSize += 2) * sizeof (int)); 
    741741      ColorQuote[ColorQuoteSize-2] = ColorDefs[MT_COLOR_QUOTED]; 
    742742      ColorQuote[ColorQuoteSize-1] = ColorDefs[MT_COLOR_QUOTED];