Parameters for * in *printf must be int - add a cast to ensure this.
authorNicholas Clark <nick@ccl4.org>
Thu, 10 Jun 2010 08:01:18 +0000 (10:01 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 10 Jun 2010 08:01:18 +0000 (10:01 +0200)
commitb00fc8d41de1694e3f43042249a46dd72bd0163a
tree4ca34a0c80267b16d410ba9ae86daea4c4036a6c
parentc2485e0c886f5e7d6fd27b65f085b0ba231ca557
Parameters for * in *printf must be int - add a cast to ensure this.

Fixes a (legitimate) compiler warning present since 6e1bad6cc227c8e8.
toke.c