]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed a compiler warning.
authorBart Van Assche <bvanassche@acm.org>
Sun, 23 Aug 2009 09:48:56 +0000 (09:48 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 23 Aug 2009 09:48:56 +0000 (09:48 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10859

coregrind/launcher-linux.c

index da236f87fda7a26378a2ab7de7f00010109a89fe..3a55cca93c5bbb387a6051c02c11ea29c7acc874 100644 (file)
@@ -135,7 +135,7 @@ static const char *select_platform(const char *clientname)
       return NULL;
    }
 
-   VG_(debugLog)(2, "launcher", "read %d bytes from '%s'\n", n_bytes, clientname);
+   VG_(debugLog)(2, "launcher", "read %ld bytes from '%s'\n", n_bytes, clientname);
 
    if (header[0] == '#' && header[1] == '!') {
       int i = 2;