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

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to