Fix const signedness issue in VG_(show_open_fds)
commit71c8bce593658df2f7fffb499dd649ed3293355b
authorMark Wielaard <mark@klomp.org>
Fri, 19 Apr 2024 14:59:25 +0000 (19 16:59 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 19 Apr 2024 14:59:30 +0000 (19 16:59 +0200)
treeddaa3df829de452946e62d5a5bbc539f068d3c57
parent09b5ad416c5ddf1375f269f6ea2253e90fa08f01
Fix const signedness issue in VG_(show_open_fds)

The colon variable should be a const HChar.
coregrind/m_syswrap/syswrap-generic.c