From 4783c442c1811a8004bebaff9eea326fdd731ac9 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 30 Apr 2011 21:37:52 +0000 Subject: bind ip column in peers treeview to correct column, fix for panel updates --- src/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index ec72600..7898b70 100644 --- a/src/util.h +++ b/src/util.h @@ -53,8 +53,8 @@ const gchar *make_error_message(JsonObject * response, int status); void trg_error_dialog(GtkWindow * parent, int status, JsonObject * response); -char *tr_strltime_long(char *buf, gint64 seconds, size_t buflen); -char *tr_strltime_short(char *buf, gint64 seconds, size_t buflen); +char *tr_strltime_long(char *buf, long seconds, size_t buflen); +char *tr_strltime_short(char *buf, long seconds, size_t buflen); char *tr_strpercent(char *buf, double x, size_t buflen); char *tr_strlpercent(char *buf, double x, size_t buflen); char *tr_strratio(char *buf, size_t buflen, double ratio, -- cgit v1.2.3