WebWatch: some 64 bit fixes

This commit is contained in:
Jérôme Duval
2013-05-04 15:31:13 +02:00
parent c0722add75
commit 2443899f1b
+1 -1
View File
@@ -97,7 +97,7 @@ void WatchView::Draw(BRect updateRect)
super::Draw(updateRect);
char string[5];
sprintf(string, "@%03ld", GetInternetTime());
sprintf(string, "@%03" B_PRId32, GetInternetTime());
font_height height; // center the text horizontally
GetFontHeight(&height); // and vertically in the Deskbar