Module Name:    src
Committed By:   christos
Date:           Fri Mar 18 16:32:04 UTC 2016

Modified Files:
        src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c

Log Message:
fix printf format


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
diff -u src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.20 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.21
--- src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c:1.20	Fri Mar 18 10:55:34 2016
+++ src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c	Fri Mar 18 12:32:03 2016
@@ -800,7 +800,7 @@ die_array_resolve(tdesc_t *tdp, tdesc_t 
 	if (tdp->t_flags & TDESC_F_RESOLVED)
 		return (1);
 
-	debug(3, "trying to resolve array %#x (cont %#x/%zu)\n", tdp->t_id,
+	debug(3, "trying to resolve array %#x (cont %#x/%d)\n", tdp->t_id,
 	    tdp->t_ardef->ad_contents->t_id,
 	    tdp->t_ardef->ad_contents->t_size);
 

Reply via email to