From 4d4ae0a8e548c6d87126e95402669bd55ba537ab Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Mon, 21 Mar 2011 13:25:27 +0100 Subject: piano: New error REMOVING_TOO_MANY_SEEDS --- src/libpiano/xml.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libpiano/xml.c') diff --git a/src/libpiano/xml.c b/src/libpiano/xml.c index 19871c1..cae9328 100644 --- a/src/libpiano/xml.c +++ b/src/libpiano/xml.c @@ -88,6 +88,8 @@ static void PianoXmlIsFaultCb (const char *key, const ezxml_t value, *ret = PIANO_RET_PLAYLIST_END; } else if (strcmp ("QUICKMIX_NOT_PLAYABLE", matchStart) == 0) { *ret = PIANO_RET_QUICKMIX_NOT_PLAYABLE; + } else if (strcmp ("REMOVING_TOO_MANY_SEEDS", matchStart) == 0) { + *ret = PIANO_RET_REMOVING_TOO_MANY_SEEDS; } else { *ret = PIANO_RET_ERR; printf (PACKAGE ": Unknown error %s in %s\n", -- cgit v1.2.3