From: Hans-Bernhard B. <br...@us...> - 2006-08-20 19:15:59
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv21649/src Modified Files: find.c Log Message: Bugfix: change on 2006-07-23 missed one place where s_len had to be written. Index: find.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/find.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -r1.19 -r1.20 *** find.c 23 Jul 2006 20:59:20 -0000 1.19 --- find.c 20 Aug 2006 19:15:54 -0000 1.20 *************** *** 185,188 **** --- 185,189 ---- default: /* other symbol */ s = symbol; + s_len = sizeof(symbol); } /* save the name */ |