We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2d2a7 commit 7d23757Copy full SHA for 7d23757
2 files changed
htdocs/archive/setfiledata.c
@@ -62,7 +62,7 @@ int main()
62
fclose(f);
63
generatepage("saved.");
64
65
- f = fopen("history.txt", "at");
+ f = fopen("setfiledata.log", "at");
66
if (f) {
67
fprintf(f,"%s\n",str);
68
htdocs/archive/webarchive.h
@@ -97,7 +97,7 @@ void generatepage(const char msg[])
97
puts("Content-type: text/html\r\n\r\n");
98
puts("<html>");
99
puts("<head><script>");
100
- puts("function ok() { window.location = \"http://cppcheck.sf.net/archive/\"; }");
+ puts("function ok() { window.location = \"http://cppcheck.sourceforge.net/archive/\"; }");
101
puts("</script></head>");
102
puts("<body>");
103
puts(msg);
0 commit comments