From: joncruz Date: Wed, 9 Jul 2008 03:34:50 +0000 (+0000) Subject: Warning cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eb8d22c48de77b0e1e59be12be2a27480de1b175;p=inkscape.git Warning cleanup --- 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: ";