]> _ Git - termbox2.git/commit
fix bug in `TB_OPT_LIBC_WCHAR`
authorAdam Saponara <as@php.net>
Wed, 23 Apr 2025 02:49:32 +0000 (22:49 -0400)
committerAdam Saponara <as@php.net>
Wed, 23 Apr 2025 02:49:32 +0000 (22:49 -0400)
commitc95f7b1f388a3de949724dbf50088b616f444fe1
treee396efe51ef2ac985fab30aee182cd8fb4668300
parenta6060a508f027f0efaed2c9943768d08347fbc68
fix bug in `TB_OPT_LIBC_WCHAR`

found by running tests with that option flagged on:

```
$ CFLAGS='-UTB_LIB_OPTS -DTB_OPT_LIBC_WCHAR -DTB_OPT_ATTR_W=64 -DTB_OPT_EGC' make test
```
termbox2.h