]> Shamusworld >> Repos - rmac/blobdiff - debug.c
Fixes for last commit; version is now 1.10.0.
[rmac] / debug.c
diff --git a/debug.c b/debug.c
index 87861b976c7ea5c3f456e2ca50876979269e743f..eac64fa6eba11efa7da4e5d8d53b64cef642d5bf 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -106,7 +106,7 @@ int fudump(CHUNK * ch)
                        {
                                uint16_t esiz = *p.wp++;
                                printf("(%d long) ", (int)esiz);
                        {
                                uint16_t esiz = *p.wp++;
                                printf("(%d long) ", (int)esiz);
-                               p.tk = printexpr(p.tk);
+                               p.tk.u32 = printexpr(p.tk.u32);
                        }
                        else
                        {
                        }
                        else
                        {