/[global]/global/gozilla/gozilla.c
ViewVC logotype

Diff of /global/gozilla/gozilla.c

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

revision 1.33 by shigio, Sat Nov 5 14:07:10 2005 UTC revision 1.34 by shigio, Mon Nov 7 15:29:09 2005 UTC
# Line 416  getURL(const char *arg, STRBUF *URL) Line 416  getURL(const char *arg, STRBUF *URL)
416  #endif  #endif
417                  strbuf_sprintf(URL, "file://%s", p);                  strbuf_sprintf(URL, "file://%s", p);
418                  if (linenumber)                  if (linenumber)
419                          strbuf_sprintf(URL, "#%d", linenumber);                          strbuf_sprintf(URL, "#L%d", linenumber);
420                  strbuf_close(sb);                  strbuf_close(sb);
421          } else {          } else {
422                  /*                  /*

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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