Fix recently-introduced cast typo
commit8e78d49765993bbbb93d42b0530f5ffaa4e759f4
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2017 23:15:56 +0000 (12 15:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Dec 2017 23:17:12 +0000 (12 15:17 -0800)
treeba2690be441f5a41c070b34d79a6f72568897cc1
parente921f97df9a11fd6f43ee040ba97c686c3fa62ee
Fix recently-introduced cast typo

* src/alloc.c (SDATA_OF_STRING): Put cast in right spot.
This matters only if GC_CHECK_STRING_BYTES, which is sort
of a coals-to-Newcastle situation if pointer bounds checking
is also enabled.
src/alloc.c