From e7981e0e28541e5046c40879a4fdbcc308f143ec Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 13:27:30 +0200 Subject: use size_t and unsigned integers --- src/support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/support.h') diff --git a/src/support.h b/src/support.h index 8e868e7ff..b80b9c8a2 100644 --- a/src/support.h +++ b/src/support.h @@ -18,7 +18,7 @@ char *lowerstr(char *str); char *strcasestr(const char *haystack, const char *needle); typedef struct { - int offset; + gsize offset; GTime t; /* GTime is equivalent to time_t */ } scroll_state_t; -- cgit v1.2.3