> if (!s) {
> fprintf(stderr, "Internal error: getcpy called with NULL argument.\n");
> exit(1);
> }
Or perhaps:
assert(s != NULL);
- Problem compiling nmh-1.0.1 on Linux SuSE Daniel FLIPO
- Re: Problem compiling nmh-1.0.1 on Linux SuSE Ruud de Rooij
- Re: Problem compiling nmh-1.0.1 on Linux SuSE Doug Morris
- Re: Problem compiling nmh-1.0.1 on Linux SuSE Scott Blachowicz
- Re: Problem compiling nmh-1.0.1 on Linux SuSE Dan Winship
- Re: Problem compiling nmh-1.0.1 on Linux SuSE Ruud de Rooij
- Greg Hudson
