Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Assert define fix.
  • Loading branch information
icculus committed Jul 24, 2005
1 parent 7840ae6 commit 33ce477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Expand Up @@ -8,7 +8,7 @@
1.2.3, which properly includes the security fix. Fixed "make dist"
to handle .svn dirs and other file changes. Removed "debian"
directory. Fixed warning in physfs.c. Updated CWProjects.sit.
Upped version to 1.0.1.
Assert define fix. Upped version to 1.0.1.
07132005 - Moved to zlib122, and security fix discussed here:
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
06122005 - Added support for mingw to Unix build process (thanks, Matze!).
Expand Down
2 changes: 1 addition & 1 deletion physfs_internal.h
Expand Up @@ -18,7 +18,7 @@

#ifdef HAVE_ASSERT_H
#include <assert.h>
#else
#elif (!defined assert)
#define assert(x)
#endif

Expand Down

0 comments on commit 33ce477

Please sign in to comment.