1.30 release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@78 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-25 00:08:03 +00:00
parent 7a1f6e45c9
commit 89fa852dce
8 changed files with 63 additions and 16 deletions

View file

@ -79,8 +79,10 @@ zip_failed:
f = fopen(path, "rb");
if (f == NULL) return NULL;
#ifndef NO_IONBF
/* we use our own buffering */
setvbuf(f, NULL, _IONBF, 0);
#endif
file = malloc(sizeof(*file));
if (file == NULL) {