Skip to content

Commit

Permalink
16-bit compat
Browse files Browse the repository at this point in the history
I forgot why I wanted to increase BUFSIZE...
  • Loading branch information
pdewacht committed Feb 3, 2020
1 parent b9956c9 commit 4030287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adpatch/scan.rl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}%%


#define BUFSIZE (32*1024)
#define BUFSIZE (31*1024)


#define WARN(msg) \
Expand Down

0 comments on commit 4030287

Please sign in to comment.