Skip to content

Commit a6a137a

Browse files
committed
increase buffer sizes
1 parent 899c011 commit a6a137a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

as09.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// constant decls
1212
//-----------------
1313
#define APP_NAME "as09"
14-
#define APP_VER "0.5.2"
14+
#define APP_VER "0.5.3"
1515

1616
#define DONE 0
1717

@@ -22,8 +22,8 @@
2222
#define MAX_SYMBOLS 4096
2323
#define MAX_FIXUPS 4096
2424

25-
#define BUF_SIZE 256
26-
#define INB_SIZE 10
25+
#define BUF_SIZE 512
26+
#define INB_SIZE 32
2727

2828
#define SA_UNDEF -1
2929
#define FP_NONE -1

0 commit comments

Comments
 (0)