Correctly type the buffer we work with as ‘const’. This avoids the typecast (going from ‘void const*’ → ‘char const*’ is legal in C) and it gives adds the ability for extra compiler checks (not mutating constant storage). Changed: U trunk/Tools/tm_interactive_input/src/dialog.c