Skip to content

Commit

Permalink
update line size
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 25, 2024
1 parent c62ec15 commit 1386ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/xmake/utils/bin2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static tb_bool_t xm_utils_bin2c_dump(tb_stream_ref_t istream, tb_stream_ref_t os
tb_bool_t first = tb_true;
tb_hong_t i = 0;
tb_hong_t left = 0;
tb_char_t line[8192];
tb_char_t line[4096];
tb_byte_t data[512];
tb_size_t linesize = 0;
tb_size_t need = 0;
Expand Down

0 comments on commit 1386ddf

Please sign in to comment.