Skip to content

Commit

Permalink
workaround for issue arq5x#1049
Browse files Browse the repository at this point in the history
  • Loading branch information
hkawaji authored May 20, 2023
1 parent 67fb5b3 commit 8cae39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/FileRecordTools/Records/Record.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ChromIdLookup;

static inline const char* buffer_printf(const char* fmt, ...) __attribute__((format(printf, 1, 2)));
static inline const char* buffer_printf(const char* fmt, ...) {
static char static_buffer[1024];
static char static_buffer[8192];
static char* dynamic_buffer = NULL;
static size_t dynamic_buffer_size;

Expand Down

0 comments on commit 8cae39e

Please sign in to comment.