[comp.lang.c] Q: Realloc of function parameter problem - correction.

SLORES@umiami.miami.edu (Stanislaw L. Olejniczak) (11/27/89)

In article <3752@umiami.miami.edu>, SLORES@umiami.miami.edu (Stanislaw L. Olejniczak) writes:

> 
>     *substr = (char *) realloc ( (unsigned) (numchar + 1), *substr); 
                                                              
Sorry - it's suppoused to read:                              

>     *substr = (char *) realloc ( *substr, (unsigned) (numchar + 1)); 

----
Stan Olejniczak               Internet:         slores@umiami.miami.edu
University of Miami, FL USA   UUCP: (temp void) gould!umbio!solejni
SLORES@UMIAMI.BITNET          UUCP: (?)         umigw!gables!slores
Voice: (305) 547-6571         FAX: (305) 548-4612  
My opinions cannot possibly represent the views of anyone else!