s/Summer/Spring/ - woops!

This commit is contained in:
Stefanus Du Toit 2002-04-16 00:12:13 +00:00
parent 74491b5d79
commit d3e91420cf
1 changed files with 1 additions and 1 deletions

View File

@ -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);