From: Steph Fox Date: Mon, 10 Mar 2008 19:11:16 +0000 (+0000) Subject: Fix for crash caused by unhappy c&p. X-Git-Tag: RELEASE_2_0_0a1~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54615ca871bcc6c7c418160fec50710c054897d6;p=php Fix for crash caused by unhappy c&p. @Greg: this still doesn't fix bug #13353... not sure why --- diff --git a/ext/phar/tar.h b/ext/phar/tar.h index c7ecde5bb1..6dc1fd3127 100644 --- a/ext/phar/tar.h +++ b/ext/phar/tar.h @@ -83,4 +83,8 @@ typedef struct _tar_header { /* {{{ */ } PHAR_TAR_PACK tar_header; /* }}} */ +#ifdef PHP_WIN32 +#pragma pack() #endif + +#endif /* __PHAR_TAR_H */