From 41f97e2fed32496da010db6a1e472617d7ad11c1 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sat, 3 Jul 2004 16:48:56 +0000 Subject: Replaced the time_t type with glibs GTime git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1785 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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 4182d2e74..0a72e39b0 100644 --- a/src/support.h +++ b/src/support.h @@ -18,7 +18,7 @@ char *strcasestr(const char *haystack, const char *needle); typedef struct { int offset; - time_t t; + GTime t; /* GTime is equivalent to time_t */ } scroll_state_t; -- cgit v1.2.3