util.c (mkexc): Populate dictionary before constructing exception class.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 24 Nov 2019 15:07:08 +0000 (15:07 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 25 Nov 2019 17:31:22 +0000 (17:31 +0000)
commit80622b5a78dcb17098d8765857d89824ad8417e4
treeabb4329ac1aeec3a240bc95ca9084dff05876d8e
parent5ca4bdf47d4d7a2399a53f2d62725f03381e0a7a
util.c (mkexc): Populate dictionary before constructing exception class.

It turns out that the dictionary contents are copied into the new class
rather than being used by reference, so populating it later doesn't
actually do anything.
util.c