|
From: creedon <icr...@us...> - 2005-12-27 00:55:49
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13727 Modified Files: fileverbs.c Log Message: commented out param count check for getnthresinfoverb function to correct params count errors Index: fileverbs.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/fileverbs.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** fileverbs.c 20 Dec 2005 22:25:50 -0000 1.8 --- fileverbs.c 27 Dec 2005 00:55:32 -0000 1.9 *************** *** 1148,1151 **** --- 1148,1153 ---- /* + 2005-12-26 creedon: commented out param count check + 2005-09-02 creedon: added support for fork parameter, see resources.c: openresourcefile and pushresourcefile *************** *** 1163,1168 **** tyvaluerecord val; ! if (!langcheckparamcount (hparam1, 6)) ! return (false); if (!getpathvalue (hparam1, 1, &fs)) --- 1165,1170 ---- tyvaluerecord val; ! /* if (!langcheckparamcount (hparam1, 5)) ! return (false); */ if (!getpathvalue (hparam1, 1, &fs)) |