$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r75752 - trunk/tools/build/v2/engine
From: steven_at_[hidden]
Date: 2011-11-30 11:39:50
Author: steven_watanabe
Date: 2011-11-30 11:39:49 EST (Wed, 30 Nov 2011)
New Revision: 75752
URL: http://svn.boost.org/trac/boost/changeset/75752
Log:
Fix printf type error.
Text files modified:
trunk/tools/build/v2/engine/expand.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/engine/expand.c
==============================================================================
--- trunk/tools/build/v2/engine/expand.c (original)
+++ trunk/tools/build/v2/engine/expand.c 2011-11-30 11:39:49 EST (Wed, 30 Nov 2011)
@@ -82,7 +82,7 @@
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