The following commit has been merged in the master branch:
commit 17c5ded0cb1e251d8640a94750eb700b2e062b2a
Author: Andrei Zavada <[email protected]>
Date:   Sun Feb 24 15:39:07 2013 +0200

    one more -Wformat issues

diff --git a/src/metrics/mc.cc b/src/metrics/mc.cc
index ea21ba6..f4e5afc 100644
--- a/src/metrics/mc.cc
+++ b/src/metrics/mc.cc
@@ -74,7 +74,7 @@ fname_base() const
 {
        DEF_UNIQUE_CHARP (_);
        ASPRINTF( &_,
-                 "%s.%s-%zu"
+                 "%s.%s-%lu"
                  ":%lu-%g_%g" "_%g" "_%g_%g",
                  _using_F().filename(), 
_using_F().channel_by_id(_using_sig_no),
                  _using_F().dirty_signature( _using_sig_no),
@@ -94,7 +94,7 @@ mirror_fname() const
        DEF_UNIQUE_CHARP (_);
        string basename_dot = agh::fs::make_fname_base (_using_F().filename(), 
"", true);
        ASPRINTF( &_,
-                 "%s-%s-%zu"
+                 "%s-%s-%lu"
                  ":%lu-%g_%g" "_%g" "_%g_%g" "_%g_%g@%zu"
                  ".mc",
                  basename_dot.c_str(), _using_F().channel_by_id(_using_sig_no),

-- 
Sleep experiment manager

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to