phillip@cbmvax.cbm.UUCP (Phillip Lindsay) (09/09/86)
[:*]
In both sendpkt and asendpkt functions you might want to change this
line:
if(nargs > MAXARGS) exit(FALSE);
to
if(nargs > MAXARGS) return(NULL);
I was getting a little drastic...
--
==============================================================================
Phillip Lindsay - Commodore Business Machines - Amiga Technical Support
Dirt: 1200 Wilson Drive, West Chester PA 19380
uucp: {ihnp4|seismo|caip}!cbmvax!phillip
arpa: cbmvax!phillip@seismo -or- phillip@cbmvax.UUCP@{seismo | harvard}
Tel.: (215) 431-9180
Disclaimer: [someone said I needed this] No warranty is implied or otherwise
given in the form of suggestion or example. Any opinions found here are of
my making. [unless Fred pops up (my other self)]
==============================================================================