fopen("file","a")

Dag-Erling Smørgrav des at des.no
Wed May 26 06:38:48 PDT 2004


Anton Alin-Adrian <aanton at reversedhell.net> writes:
> 	if ( (fp_queue=fopen(fqueue,"a"))  ==NULL);//will wait for locks

remove the semicolon.

> 	{
> 		perror("fopen(fqueue,\"a\")");
> 		//exit(EXIT_FAILURE);
> 	}

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-hackers mailing list