007fc1c9c6
breakage reported by naddy@
22 lines
903 B
Plaintext
22 lines
903 B
Plaintext
$OpenBSD: patch-plugins_audioscrobbler_rb-audioscrobbler_c,v 1.2 2008/06/09 22:59:42 ajacoutot Exp $
|
|
--- plugins/audioscrobbler/rb-audioscrobbler.c.orig Thu Feb 28 12:16:39 2008
|
|
+++ plugins/audioscrobbler/rb-audioscrobbler.c Sun Jun 8 19:59:11 2008
|
|
@@ -865,7 +865,7 @@ rb_audioscrobbler_should_handshake (RBAudioscrobbler *
|
|
}
|
|
|
|
if (time (NULL) < audioscrobbler->priv->handshake_next) {
|
|
- rb_debug ("Too soon; time=%lu, handshake_next=%lu",
|
|
+ rb_debug ("Too soon; time=%d, handshake_next=%d",
|
|
time (NULL),
|
|
audioscrobbler->priv->handshake_next);
|
|
return FALSE;
|
|
@@ -980,7 +980,7 @@ rb_audioscrobbler_build_authentication_data (RBAudiosc
|
|
|
|
time(&now);
|
|
if (now < audioscrobbler->priv->submit_next) {
|
|
- rb_debug ("Too soon (next submission in %ld seconds)",
|
|
+ rb_debug ("Too soon (next submission in %d seconds)",
|
|
audioscrobbler->priv->submit_next - now);
|
|
return NULL;
|
|
}
|