commit | 8aab27f24de70acfbdcee31c634a4b1facf23b92 | [log] [tgz] |
---|---|---|
author | Mark Lodato <lodatom@gmail.com> | Mon Feb 08 23:04:41 2010 -0500 |
committer | Mark Lodato <lodatom@gmail.com> | Mon Feb 08 23:04:41 2010 -0500 |
tree | 10e5f83a5f0c2a286ec2d1feecf6732f863c9a47 | |
parent | 547a64fbd65de293c290f4e18bbeae958d54aaa7 [diff] |
html: make all strings 'const char *' None of the html_* functions modify their argument, so they can all be 'const char *' instead of a simple 'char *'. This removes the need to cast (or copy) when trying to print a const string. Signed-off-by: Mark Lodato <lodatom@gmail.com>