|
From: Seth D. <set...@us...> - 2005-04-08 12:29:42
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4844 Modified Files: langverbs.c Log Message: Fixed backwards compatibility issue. Optional parameter should be (now is) named 'theDate', not 'date'. Applies to all six of date.year, date.month, date.day, date.hour, date.minute, and date.seconds Index: langverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/langverbs.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** langverbs.c 7 Apr 2005 20:59:26 -0000 1.11 --- langverbs.c 8 Apr 2005 12:29:30 -0000 1.12 *************** *** 2135,2139 **** flnextparamislast = true; ! if (!getoptionalparamvalue (hparam1, &ctconsumed, &ctpositional, "\x04" "date", &vsecs)) return (false); --- 2135,2139 ---- flnextparamislast = true; ! if (!getoptionalparamvalue (hparam1, &ctconsumed, &ctpositional, "\x07" "theDate", &vsecs)) return (false); |