[Kst] extragear/graphics/kst/src/libkst
Eli Fidler
eli at staikos.net
Thu Jan 25 18:31:44 CET 2007
SVN commit 627101 by fidler:
fix this properly. The other fix broke the build on my machine.
M +1 -1 kstvector.cpp
--- trunk/extragear/graphics/kst/src/libkst/kstvector.cpp #627100:627101
@@ -113,7 +113,7 @@
QByteArray qbca;
KCodecs::base64Decode(qcs, qbca);
qba = qUncompress(qbca);
- sz = kMax((long unsigned)(INITSIZE), qba.size()/sizeof(double));
+ sz = kMax((size_t)(INITSIZE), qba.size()/sizeof(double));
}
}
n = n.nextSibling();
More information about the Kst
mailing list