X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=debug.c;h=eac64fa6eba11efa7da4e5d8d53b64cef642d5bf;hp=87861b976c7ea5c3f456e2ca50876979269e743f;hb=f3c7d186a15b89c39e360b9cc89545a0d24bd6a4;hpb=582df8950c285e1746d0c4a9e3ead6545c962dc8 diff --git a/debug.c b/debug.c index 87861b9..eac64fa 100644 --- a/debug.c +++ b/debug.c @@ -106,7 +106,7 @@ int fudump(CHUNK * ch) { uint16_t esiz = *p.wp++; printf("(%d long) ", (int)esiz); - p.tk = printexpr(p.tk); + p.tk.u32 = printexpr(p.tk.u32); } else {