On Sun, Sep 30, 2001 at 07:07:34PM -0500, Gibbs Tanton - tgibbs wrote: > mem_sys_memcopy( &value, cursor, sizeof(NV) )
I'm being stupid. Of course that ought to work. (And it does, everywhere it matters.) > does the sizeof(IV) have something to do with it? It's to do with me being confused between the size of the NV pointer (which is an IV) and the NV itself. -- void russian_roulette(void) { char *target; strcpy(target, "bullet"); }