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

Diff of /global/htags/fileindex.c

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

revision 1.44 by shigio, Wed May 11 01:50:11 2005 UTC revision 1.45 by shigio, Wed Sep 7 04:21:54 2005 UTC
# Line 726  makefileindex(file, files) Line 726  makefileindex(file, files)
726                                  pop_stack(pop);                                  pop_stack(pop);
727                          }                          }
728                          while (count_stack(push)) {                          while (count_stack(push)) {
729                                  char cur[MAXPATHLEN], tmp[MAXPATHLEN];                                  char parent[MAXPATHLEN], cur[MAXPATHLEN], tmp[MAXPATHLEN];
730                                  const char *last;                                  const char *last;
731                                  if (count_stack(dirstack)) {                                  if (count_stack(dirstack)) {
732                                          parent = path2fid(join_stack(dirstack));                                          strlimcpy(parent, path2fid(join_stack(dirstack)), sizeof(parent));
733                                          suffix = HTML;                                          suffix = HTML;
734                                  } else {                                  } else {
735                                          parent = indexlink;                                          strlimcpy(parent, indexlink, sizeof(parent));
736                                          suffix = normal_suffix;                                          suffix = normal_suffix;
737                                  }                                  }
738                                  push_stack(dirstack, shift_stack(push));                                  push_stack(dirstack, shift_stack(push));

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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