Fixed the format string to work even on 64bit arch.
authorMartin Vidner <mvidner@suse.cz>
Thu, 19 Oct 2006 09:05:04 +0000 (09:05 +0000)
committerMartin Vidner <mvidner@suse.cz>
Thu, 19 Oct 2006 09:05:04 +0000 (09:05 +0000)
Using -Wextra is good for you.

zypp/base/ProfilingFormater.cc

index f4c5496..28a21ac 100644 (file)
@@ -49,7 +49,7 @@ namespace zypp
        int rtn;
        rtn = gettimeofday( &tp, NULL);
        
-        return str::form( "%i.%i [%d] <%d> %s(%s):%d %s",
+        return str::form( "%ld.%ld [%d] <%d> %s(%s):%d %s",
                         tp.tv_sec,
                         tp.tv_usec,
                         level_r,