chiark / gitweb /
Fix a crash when changing presets in Inertia. Turns out that my
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 09:58:47 +0000 (09:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Mar 2013 09:58:47 +0000 (09:58 +0000)
commit2d2afe9ad4907bd8d802aac68fbf851a64f0c49b
tree9e2a63f31ea4975fdfaeae8b67443894940e89c4
parent3603131ac1875335c1370c2c7f2cb72787b29af8
Fix a crash when changing presets in Inertia. Turns out that my
Javascript-side blitter creation function had forgotten to return the
new blitter's id, so the C code was still trying to use blitter #0
after it had been thrown away and replaced.

[originally from svn r9790]
emcclib.js