]> git.pld-linux.org Git - packages/squid.git/blame - squid-2.5.STABLE4-error_load_text.patch
- typo
[packages/squid.git] / squid-2.5.STABLE4-error_load_text.patch
CommitLineData
495e7591
AM
1Index: squid/src/errorpage.c
2diff -c squid/src/errorpage.c:1.167.2.8 squid/src/errorpage.c:1.167.2.9
3*** squid/src/errorpage.c:1.167.2.8 Tue May 27 01:20:55 2003
4--- squid/src/errorpage.c Thu Nov 6 09:13:03 2003
5***************
6*** 192,198 ****
7 text = NULL;
8 }
9 file_close(fd);
10! if (strstr(text, "%s") == NULL)
11 strcat(text, "%S"); /* add signature */
12 return text;
13 }
14--- 192,198 ----
15 text = NULL;
16 }
17 file_close(fd);
18! if (text && strstr(text, "%s") == NULL)
19 strcat(text, "%S"); /* add signature */
20 return text;
21 }
This page took 0.246714 seconds and 4 git commands to generate.