diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2006-04-14 19:05:31 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2006-04-14 19:05:31 +0000 |
| commit | 62d366ca40bfa41832193d9f2cf21cddd0f842e7 (patch) | |
| tree | feae8c3981f185a227277d134f04e146771f6e57 /src/extension/internal/odf.cpp | |
| parent | remove warnings (diff) | |
| download | inkscape-62d366ca40bfa41832193d9f2cf21cddd0f842e7.tar.gz inkscape-62d366ca40bfa41832193d9f2cf21cddd0f842e7.zip | |
Remove warnings
(bzr r524)
Diffstat (limited to 'src/extension/internal/odf.cpp')
| -rw-r--r-- | src/extension/internal/odf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/odf.cpp b/src/extension/internal/odf.cpp index 6424e0302..03185b5fc 100644 --- a/src/extension/internal/odf.cpp +++ b/src/extension/internal/odf.cpp @@ -185,7 +185,7 @@ OdfOutput::preprocess(ZipFile &zf, Inkscape::XML::Node *node) int r = (fillCol >> 24) & 0xff; int g = (fillCol >> 16) & 0xff; int b = (fillCol >> 8) & 0xff; - //g_message("## %s %lx", id.c_str(), fillCol); + //g_message("## %s %lx", id.c_str(), (unsigned int)fillCol); snprintf(buf, 15, "#%02x%02x%02x", r, g, b); si.fillColor = buf; si.fill = "solid"; |
