Re: fopen("file","a")

From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 05/26/04

  • Next message: Stuart Walsh: "Re: fopen("file","a")"
    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"


  • Next message: Stuart Walsh: "Re: fopen("file","a")"