From a7000d04f4310238af81dba4734807ac55015e81 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sun, 11 Sep 2005 06:10:38 +0000 Subject: * src/itdb_playlist.c: (itdb_splr_validate) Guilherme Salgado patch to make 'inthelast' SPL work. * README: added some notes. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1083 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- src/itdb_playlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/itdb_playlist.c b/src/itdb_playlist.c index 6d18097..6add6f1 100644 --- a/src/itdb_playlist.c +++ b/src/itdb_playlist.c @@ -1,4 +1,4 @@ -/* Time-stamp: <2005-08-27 21:51:32 jcs> +/* Time-stamp: <2005-09-11 14:58:01 jcs> | | Copyright (C) 2002-2005 Jorg Schuler | Part of the gtkpod project. @@ -832,6 +832,7 @@ void itdb_splr_validate (SPLRule *splr) case splat_inthelast: splr->fromvalue = SPLDATE_IDENTIFIER; splr->tovalue = SPLDATE_IDENTIFIER; + splr->tounits = 1; break; case splat_none: case splat_string: -- cgit