aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Font.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2006-04-06 13:59:52 (GMT)
committersimonb <simonb>2006-04-06 13:59:52 (GMT)
commite337c67566ab8dd722ac2e93edeb10098ab60154 (patch)
tree3fa6a60dab5747e3c5007880f32b0b70c33304a2 /src/FbTk/Font.cc
parent8c12c5ecaf4ec6e1ad729115732f5579cbd4a788 (diff)
downloadfluxbox_paul-e337c67566ab8dd722ac2e93edeb10098ab60154.zip
fluxbox_paul-e337c67566ab8dd722ac2e93edeb10098ab60154.tar.bz2
fix size_t issues and other 64bit-highlighted warnings
Diffstat (limited to 'src/FbTk/Font.cc')
-rw-r--r--src/FbTk/Font.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc
index a946915..8d8fbec 100644
--- a/src/FbTk/Font.cc
+++ b/src/FbTk/Font.cc
@@ -250,7 +250,7 @@ Font::Font(const char *name):
250 } 250 }
251 251
252#ifdef DEBUG 252#ifdef DEBUG
253 cerr<<"FbTk::Font m_iconv = "<<(int)m_iconv<<endl; 253 cerr<<"FbTk::Font m_iconv = "<<m_iconv<<endl;
254#endif // DEBUG 254#endif // DEBUG
255 255
256 if (name != 0) { 256 if (name != 0) {