Re: fopen("file","a")
From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 05/26/04
- Previous message: Anton Alin-Adrian: "fopen("file","a")"
- In reply to: Anton Alin-Adrian: "fopen("file","a")"
- Next in thread: Stuart Walsh: "Re: fopen("file","a")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 May 2004 14:24:20 +0100 To: Anton Alin-Adrian <aanton@reversedhell.net>
On Sat, May 22, 2004 at 07:27:06PM +0300, Anton Alin-Adrian wrote:
> if ( (fp_queue=fopen(fqueue,"a")) ==NULL);//will wait for locks
^^^^^
Extra semicolon.
> {
> perror("fopen(fqueue,\"a\")");
> //exit(EXIT_FAILURE);
> }
David.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Anton Alin-Adrian: "fopen("file","a")"
- In reply to: Anton Alin-Adrian: "fopen("file","a")"
- Next in thread: Stuart Walsh: "Re: fopen("file","a")"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]