realloc(missatge, midataula * sizeof(char));

should be

missatge=realloc(missatge, midataula * sizeof(char));

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to