/[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.18 by shigio, Sun Nov 28 01:04:57 2004 UTC revision 1.19 by shigio, Wed Mar 2 10:57:17 2005 UTC
# Line 711  makefileindex(file, files) Line 711  makefileindex(file, files)
711                                  strbuf_sprintf(sb, "<A HREF=%s%s TITLE='%s/'>",                                  strbuf_sprintf(sb, "<A HREF=%s%s TITLE='%s/'>",
712                                          count_stack(dirstack) == 1 ? "files/" : "",                                          count_stack(dirstack) == 1 ? "files/" : "",
713                                          path2url(path),                                          path2url(path),
714                                          path,                                          path);
                                         last);  
715                                  if (icon_list) {                                  if (icon_list) {
716                                          strbuf_sprintf(sb, "<IMG SRC=%sicons/%s.%s ALT=[%s/] HSPACE=3 %s>",                                          strbuf_sprintf(sb, "<IMG SRC=%sicons/%s.%s ALT=[%s/] HSPACE=3 %s>",
717                                                  count_stack(dirstack) == 1 ? "" : "../", dir_icon, icon_suffix, path, icon_spec);                                                  count_stack(dirstack) == 1 ? "" : "../", dir_icon, icon_suffix, path, icon_spec);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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