From d3e91420cf0340a130521f339da7506375383813 Mon Sep 17 00:00:00 2001 From: Stefanus Du Toit Date: Tue, 16 Apr 2002 00:12:13 +0000 Subject: [PATCH] s/Summer/Spring/ - woops! --- cow/functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cow/functions.c b/cow/functions.c index 925e65c..9b11b81 100755 --- a/cow/functions.c +++ b/cow/functions.c @@ -21,7 +21,7 @@ void extension_cow_term(xmlXPathParserContextPtr ctxt, month = (str[5] - '0')*10 + (str[6] - '0'); - ret = xmlUTF8Strndup((const xmlChar*)(month < 9 ? (month < 5 ? "Winter " : "Summer ") : "Fall "), 7); + ret = xmlUTF8Strndup((const xmlChar*)(month < 9 ? (month < 5 ? "Winter " : "Spring ") : "Fall "), 7); ret = xmlStrcat(ret, xmlUTF8Strsub(str, 0, 4)); xmlXPathReturnString(ctxt, ret);