/[global]/global/htags/dupindex.c
ViewVC logotype

Diff of /global/htags/dupindex.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by shigio, Fri Jan 21 23:43:41 2005 UTC revision 1.8 by shigio, Tue Feb 22 02:02:16 2005 UTC
# Line 167  makedupindex() Line 167  makedupindex()
167                                          cache_put(db, prev, buf);                                          cache_put(db, prev, buf);
168                                          recover(&ptable);                                          recover(&ptable);
169                                  }                                  }
170                                  strlimcpy(first_line, _, sizeof(first_line));                                  /*
171                                     * Chop the tail of the line. It is not important.
172                                     * strlimcpy(first_line, _, sizeof(first_line));
173                                     */
174                                    strncpy(first_line, _, sizeof(first_line));
175                                    first_line[sizeof(first_line) - 1] = '\0';
176                                  strlimcpy(prev, tag, sizeof(prev));                                  strlimcpy(prev, tag, sizeof(prev));
177                                  entry_count = 0;                                  entry_count = 0;
178                          } else {                          } else {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26