Skip to content

Commit 7d23757

Browse files
committed
htdocs/archive: renamed 'history.txt' to 'setfiledata.log'. use full url cppcheck.sourceforge.net.
1 parent ab2d2a7 commit 7d23757

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

htdocs/archive/setfiledata.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ int main()
6262
fclose(f);
6363
generatepage("saved.");
6464

65-
f = fopen("history.txt", "at");
65+
f = fopen("setfiledata.log", "at");
6666
if (f) {
6767
fprintf(f,"%s\n",str);
6868
fclose(f);

htdocs/archive/webarchive.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void generatepage(const char msg[])
9797
puts("Content-type: text/html\r\n\r\n");
9898
puts("<html>");
9999
puts("<head><script>");
100-
puts("function ok() { window.location = \"http://cppcheck.sf.net/archive/\"; }");
100+
puts("function ok() { window.location = \"http://cppcheck.sourceforge.net/archive/\"; }");
101101
puts("</script></head>");
102102
puts("<body>");
103103
puts(msg);

0 commit comments

Comments
 (0)