Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Source/exehead/fileform.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ const TCHAR * NSISCALL loadHeaders(int cl_flags)
return 0;
}

#define IBUFSIZE 16384
#define OBUFSIZE 32768
#define IBUFSIZE (256 * 1024)
#define OBUFSIZE (256 * 1024)

// returns -3 if compression error/eof/etc

Expand Down