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

Diff of /global/htags/src2html.c

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

revision 1.35 by shigio, Thu May 5 01:51:53 2005 UTC revision 1.36 by h-iwamoto, Fri May 6 13:37:04 2005 UTC
# Line 441  put_anchor(name, type, lineno) Line 441  put_anchor(name, type, lineno)
441                                          s = "reference";                                          s = "reference";
442                                  else                                  else
443                                          s = "symbol";                                          s = "symbol";
444                                  snprintf(tmp, sizeof(tmp), "%s?pattern=%s&type=%s",                                  snprintf(tmp, sizeof(tmp), "%s?pattern=%s%stype=%s",
445                                          action, name, s);                                          action, name, quote_amp, s);
446                                  file = tmp;                                  file = tmp;
447                          } else {                          } else {
448                                  if (type == 'R')                                  if (type == 'R')

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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