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

Diff of /global/htags/htags.c

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

revision 1.54 by shigio, Fri Apr 8 06:49:20 2005 UTC revision 1.55 by h-iwamoto, Mon Apr 11 12:18:34 2005 UTC
# Line 1929  main(argc, argv) Line 1929  main(argc, argv)
1929           * (11) style sheet file (style.css)           * (11) style sheet file (style.css)
1930           */           */
1931          if (enable_xhtml) {          if (enable_xhtml) {
1932                  char src[MAXPATHLEN], dst[MAXPATHLEN];;                  char src[MAXPATHLEN], dst[MAXPATHLEN];
1933                  snprintf(src, sizeof(src), "%s/gtags/style.css", datadir);                  snprintf(src, sizeof(src), "%s/gtags/style.css", datadir);
1934                  snprintf(dst, sizeof(dst), "%s/style.css", distpath);                  snprintf(dst, sizeof(dst), "%s/style.css", distpath);
1935                  copyfile(src, dst);                  copyfile(src, dst);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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