summaryrefslogtreecommitdiff
path: root/muse2/muse/song.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2012-10-12 15:01:14 +0000
committerFlorian Jung <flo@windfisch.org>2012-10-12 15:01:14 +0000
commit5821f678ca1c95a97170588a77303e2f14e4dbdb (patch)
tree8767287ee997eebb66fd64e21d445dfca00a411b /muse2/muse/song.cpp
parent0368494d2ba85b24da193512972ccfeada99cf52 (diff)
some compilation warning fixes, thanks, WillyFoobar.
Diffstat (limited to 'muse2/muse/song.cpp')
-rw-r--r--muse2/muse/song.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/muse2/muse/song.cpp b/muse2/muse/song.cpp
index 000bbec3..8f189759 100644
--- a/muse2/muse/song.cpp
+++ b/muse2/muse/song.cpp
@@ -1374,7 +1374,7 @@ void Song::update(MusECore::SongChangedFlags_t flags, bool allowRecursion)
{
static int level = 0; // DEBUG
if (level && !allowRecursion) {
- printf("THIS SHOULD NEVER HAPPEN: unallowed recursion in Song::update(%08x), level %d!\n"
+ printf("THIS SHOULD NEVER HAPPEN: unallowed recursion in Song::update(%08lx), level %d!\n"
" the songChanged() signal is NOT emitted. this will\n"
" probably cause windows being not up-to-date.\n", flags, level);
return;