From: Vlad S. <ser...@us...> - 2005-08-01 19:17:54
|
Update of /cvsroot/naviserver/modules/nsaspell In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3693 Modified Files: nsaspell.c Log Message: removed usage of old compat functions Index: nsaspell.c =================================================================== RCS file: /cvsroot/naviserver/modules/nsaspell/nsaspell.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** nsaspell.c 12 Jun 2005 22:34:21 -0000 1.3 --- nsaspell.c 1 Aug 2005 19:17:45 -0000 1.4 *************** *** 60,64 **** path = Ns_ConfigGetPath(server,module,NULL); ! return Ns_TclInitInterps(server,AspellInterpInit,0); } --- 60,66 ---- path = Ns_ConfigGetPath(server,module,NULL); ! Ns_TclRegisterTrace(server, AspellInterpInit, 0, NS_TCL_TRACE_CREATE); ! ! return NS_OK; } |