diff options
| author | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-06-16 21:50:41 +0800 |
| commit | f15ff1ca73b02ff5f522c9fe59004331b1b410fb (patch) | |
| tree | a7df7334ba1456d9bea9390eb358ede811ab55db /core/src | |
| parent | d37d5fa62c84c1bf1c63b1a71aacbde497493dd6 (diff) | |
update versionv2.2.1
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/tbox/src/tbox/platform/windows/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/tbox/src/tbox/platform/windows/print.c b/core/src/tbox/src/tbox/platform/windows/print.c index f9af0fb90..7265a7e5d 100644 --- a/core/src/tbox/src/tbox/platform/windows/print.c +++ b/core/src/tbox/src/tbox/platform/windows/print.c @@ -52,7 +52,7 @@ tb_void_t tb_print(tb_char_t const* string) // the data and size tb_byte_t const* data = (tb_byte_t const*)string; - tb_size_t size = tb_strlen(string) + 1; + tb_size_t size = tb_strlen(string); // write string to stdout tb_size_t writ = 0; |
