]> granicus.if.org Git - php/commitdiff
Fix for crash caused by unhappy c&p.
authorSteph Fox <sfox@php.net>
Mon, 10 Mar 2008 19:11:16 +0000 (19:11 +0000)
committerSteph Fox <sfox@php.net>
Mon, 10 Mar 2008 19:11:16 +0000 (19:11 +0000)
@Greg: this still doesn't fix bug #13353... not sure why

ext/phar/tar.h

index c7ecde5bb1ebee6453e1d234ea359dd732a00b5e..6dc1fd3127aff25570c85964f907f67252ed1702 100644 (file)
@@ -83,4 +83,8 @@ typedef struct _tar_header {  /* {{{ */
 } PHAR_TAR_PACK tar_header;
 /* }}} */
 
+#ifdef PHP_WIN32
+#pragma pack()
 #endif
+
+#endif /* __PHAR_TAR_H */