Author: {wf}shadowspawn <shadowspawn_at_shadowspawn_dot_net>     Reply to Message
Date: 7/29/2003 2:00:31 PM
Subject: BAM

JOO DIE cRASH JOO DIE!

buf = Z_Malloc(len)
*buffer = buf

to

buf = Z_Malloc(len+1)
buf[len] = 0
*buffer = buf

Vic, the guy that runs the original project, fixed it after constant pestering.

/me runs to go test some more stuff

  


_