[cvs-nhc98] Hat bug: 12-char prefix truncated from PackedString.

Malcolm Wallace malcolm@sparud.net
Tue, 16 Jan 2001 19:57:02 +0100 (CET)


malcolm: Tue Jan 16 19:57:02 CET 2001

Update of /usr/src/master/nhc/src/tracer/runtime
In directory hinken:/tmp/cvs-serv13873

Modified Files:
	io.c 
Log Message:
Hat bug: 12-char prefix truncated from PackedString.
  * The definition of _tprim_unpackPS was calculating the wrong offset
    for the beginning of the byte array.
  * It also gave an invalid SR value to the trace for the resulting
    list of chars.
  * Finally, fixed a segfault with a NULL SR passed as argument to dumpSR.