[SVN] r10526

Allan Odgaard mailinglist at textmate.org
Sun Sep 7 10:08:34 UTC 2008


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




More information about the textmate-dev mailing list