Skip to content

Commit

Permalink
Bump buffer sizes, thereby fixing part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Dec 7, 2023
1 parent 10e2575 commit 0398a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions day05/src/day05.b
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
#define DEBUG_LOGGING

/* Buffer sizes. */
#define LINE_SIZE 128
#define LINE_SIZE 256
#define SEEDS_SIZE 64
#define MAP_DATA_SIZE 256
#define MAP_DATA_SIZE 1024
#define MAP_LENGTHS_SIZE 16

/* Parse states. */
Expand Down

0 comments on commit 0398a5b

Please sign in to comment.