From fae0fc4d61a53b37c49e74bef5ac14f1c14187ec Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Wed, 9 Jul 2008 03:34:50 +0000 Subject: Warning cleanup (bzr r6241) --- src/extension/internal/odf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp index 4efebdafd..14a1981d5 100644 --- a/src/extension/internal/odf.cpp +++ b/src/extension/internal/odf.cpp @@ -1095,7 +1095,7 @@ OdfOutput::preprocess(ZipFile &zf, Inkscape::XML::Node *node) { char buf[64]; snprintf(buf, sizeof(buf), "Pictures/image%u%s", - imageTable.size(), ext.c_str()); + static_cast(imageTable.size()), ext.c_str()); Glib::ustring newName = buf; imageTable[oldName] = newName; Glib::ustring comment = "old name was: "; -- cgit v1.2.3