Skip to content

Commit

Permalink
Исправлена nvdload-split.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
rust3028 committed Mar 6, 2018
1 parent 4343f5f commit c00426b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvdload-split.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ void main(int argc, char* argv[]) {
FILE* in;
FILE* out;

#ifndef WIN32
char buf[1024*1024*5]; // буфер 5М под компоненты
#else
static char buf[1024*1024*5]; // буфер 5М под компоненты
#endif

struct {
uint32_t sig1;
Expand Down
Binary file modified winbuild/Release/nvdload-split.exe
Binary file not shown.

0 comments on commit c00426b

Please sign in to comment.