From 1ec4eb81c9bb4f6d720e0f77e504b1ca01d408b5 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 12 Sep 2011 11:59:36 +0000 Subject: use the same function used for torrent/recheck progress in peer progress. --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 3250e88..046075f 100644 --- a/src/util.h +++ b/src/util.h @@ -67,6 +67,6 @@ int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap); void rm_trailing_slashes(gchar *str); void trg_widget_set_visible(GtkWidget * w, gboolean visible); -gdouble json_int_or_double_to_double(JsonNode *n); +gdouble json_double_to_progress(JsonNode *n); #endif /* UTIL_H_ */ -- cgit v1.2.3