]> 4ch.mooo.com Git - 16.git/commit
fix bizarre near/far sprintf problem when gv->pee not initialized by just replacing the
authorJonathan Campbell <jonathan@castus.tv>
Sun, 30 Oct 2016 16:38:35 +0000 (09:38 -0700)
committerJonathan Campbell <jonathan@castus.tv>
Sun, 30 Oct 2016 16:38:35 +0000 (09:38 -0700)
commitad7c0e46f0b70f0e601b162411a3e95e788b45f1
treecaf40e8f9bda30fe72063069923a9a61187a389b
parent6ee6c3222876abeb0f2996104199dbb82416ae6c
fix bizarre near/far sprintf problem when gv->pee not initialized by just replacing the
gv->pee status text buffer with a global char[] buffer everyone can use for status messages.
that way Watcom C can resolve the far pointer properly to sprintf(). This fixes ZCROLL.EXE
printing *** Null pointer assignment detected on shutdown.
data/g.pal
src/lib/16_timer.c
src/lib/scroll16.c
src/lib/scroll16.h
src/lib/typdefst.h