]> _ Git - termbox2.git/commit
fix egc memory error
authorAdam Saponara <as@php.net>
Wed, 18 Dec 2024 03:52:59 +0000 (22:52 -0500)
committerAdam Saponara <as@php.net>
Wed, 18 Dec 2024 04:14:10 +0000 (23:14 -0500)
commitb89b08cf411db2373b9254b8e27caa308f0b5bde
treeb97f1b7b2a0dde79dcfed59450799ae27a595447
parent25c3f8b1ec404b6495b5f769095a5962aed07b31
fix egc memory error

this was copying too many bytes to the dest cell (8-bytes for a
pointer vs 4-bytes for a uint32_t).
termbox2.h