2014-08-23
2014-08-23 09:26:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
-
f94b5ef5fc6111722cde7c71671177ca68e3e483
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 8.0
Runtime: Fixed some broken type checks.
NB: There's a difference between the C-types "int" and "INT_TYPE"...
5467: Inside #if defined(PIKE_DEBUG)
void f__dump_program_tables(INT32 args)
{
struct program *p;
- int indent = 0;
+ INT_TYPE indent = 0;
ASSERT_SECURITY_ROOT("_dump_program_tables"); /* FIXME: Might want lower. */
get_all_args("_dump_program_tables", args, "%p.%+", &p, &indent);