summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-10-30 13:10:58 -0700
committerAnas Nashif <anas.nashif@intel.com>2012-10-30 13:10:58 -0700
commit2e1271cfc7687a043df762cb2b1bfa7fca0d783d (patch)
tree79db429789bd93b1b5e00ff77f26acfecb69f214 /expand.c
parentc917eb5f3e040639d2504f7dbe7266c6a2464ac1 (diff)
downloadboost-jam-2e1271cfc7687a043df762cb2b1bfa7fca0d783d.tar.gz
boost-jam-2e1271cfc7687a043df762cb2b1bfa7fca0d783d.tar.bz2
boost-jam-2e1271cfc7687a043df762cb2b1bfa7fca0d783d.zip
codec cleanup
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index d8e5882..e124187 100644
--- a/expand.c
+++ b/expand.c
@@ -82,7 +82,7 @@ LIST * var_expand( LIST * l, char * in, char * end, LOL * lol, int cancopyin )
int depth;
if ( DEBUG_VAREXP )
- printf( "expand '%.*s'\n", end - in, in );
+ printf( "expand '%.*s'\n", (int)(end - in), in );
/* This gets a lot of cases: $(<) and $(>). */
if