chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support global prefs through eclient interface.
[disorder]
/
lib
/
cgi.c
diff --git
a/lib/cgi.c
b/lib/cgi.c
index 15b556c483cbc51915c179ee1b72e6e23ccafc4c..9fd42f1d41a929625be9dde37817f55285fbcf0f 100644
(file)
--- a/
lib/cgi.c
+++ b/
lib/cgi.c
@@
-226,7
+226,6
@@
void cgi_clear(void) {
*/
char *cgi_sgmlquote(const char *src) {
uint32_t *ucs, c;
- int n;
struct dynstr d[1];
struct sink *s;
@@
-234,7
+233,6
@@
char *cgi_sgmlquote(const char *src) {
exit(1);
dynstr_init(d);
s = sink_dynstr(d);
- n = 1;
/* format the string */
while((c = *ucs++)) {
switch(c) {