/[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.30 by h-iwamoto, Sun Jun 26 04:57:30 2005 UTC revision 1.31 by shigio, Sat Sep 3 13:27:52 2005 UTC
# Line 450  isprotocol(url) Line 450  isprotocol(url)
450  {  {
451          const char *p;          const char *p;
452    
453          if (!strncmp(url, "file:", 5))          if (locatestring(url, "file:", MATCH_AT_FIRST))
454                  return 1;                  return 1;
455          /*          /*
456           * protocol's style is like http://xxx.           * protocol's style is like http://xxx.

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

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