Skip to content

Commit

Permalink
Per #2207, when processing shapefiles for Indian states, I had to inc…
Browse files Browse the repository at this point in the history
…rease this buffer. Would be much better if we dynamically allocated this instead.
  • Loading branch information
JohnHalleyGotway committed Aug 12, 2022
1 parent 5a11937 commit 865d166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/dev_utils/shapefiles/make_mapfiles.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static ConcatString program_name;

static CommandLine cline;

static const int buf_size = 1200000;
static const int buf_size = 2400000;

static unsigned char buf[buf_size];

Expand Down

0 comments on commit 865d166

Please sign in to comment.