$OpenBSD: patch-src_gui_c,v 1.1 2002/02/28 21:01:31 naddy Exp $
--- src/gui.c.orig	Thu Feb 28 21:39:22 2002
+++ src/gui.c	Thu Feb 28 21:42:09 2002
@@ -583,7 +583,7 @@ void gui_update_download(struct download
 		break;
 
 	case GTA_DL_TIMEOUT_WAIT:
-		g_snprintf(gui_tmp, sizeof(gui_tmp), "Retry in %lds",
+		g_snprintf(gui_tmp, sizeof(gui_tmp), "Retry in %ds",
 				   d->timeout_delay - (now - d->last_update));
 		a = gui_tmp;
 		break;
