On Thu, Mar 15, 2001 at 09:57:49PM -0000, Emiliano Heyns wrote:

> Index: php4/ext/midgard/attachment.c
> diff -u php4/ext/midgard/attachment.c:1.10 php4/ext/midgard/attachment.c:1.11
> --- php4/ext/midgard/attachment.c:1.10        Sun Mar 11 15:30:36 2001
> +++ php4/ext/midgard/attachment.c     Thu Mar 15 13:57:48 2001
> @@ -1,4 +1,4 @@
> -/* $Id: attachment.c,v 1.10 2001/03/11 23:30:36 davidg Exp $
> +/* $Id: attachment.c,v 1.11 2001/03/15 21:57:48 emile Exp $
>  Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
>  Copyright (C) 2000 The Midgard Project ry
>  Copyright (C) 2000 Emile Heyns, Aurora SA <[EMAIL PROTECTED]>
> @@ -434,6 +434,7 @@
>       if (sapi_send_headers() != SUCCESS) {
>               mgd_free_pool(pool);
>               mgd_release(res);
> +      fclose(fp);
>  
>               RETURN_FALSE_BECAUSE(MGD_ERR_INTERNAL);
>       }
> @@ -442,6 +443,7 @@
>               PHPWRITE(buf, b);
>       }
>  
> +   fclose(fp);
>       mgd_free_pool(pool);
>       mgd_release(res);
>       RETVAL_TRUE;

Whitespace pollution.

-- 
Jon Parise ([EMAIL PROTECTED])  .  Rochester Inst. of Technology
http://www.csh.rit.edu/~jon/  :  Computer Science House Member

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to