Introduction
Introduction Statistics Contact Development Disclaimer Help
bigger buffer for urls - sub - subscene.com subtitle search
git clone git://git.codemadness.org/sub
Log
Files
Refs
README
LICENSE
---
commit c4b11c7b6f7f3122dc88d6be5d1b8bb52a05076e
parent 919b13a33a111b5f946652c2e2ce0a07200a3fe3
Author: Hiltjo Posthuma <[email protected]>
Date: Mon, 12 Mar 2018 00:49:32 +0100
bigger buffer for urls
Diffstat:
M sub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sub.c b/sub.c
@@ -24,7 +24,7 @@ struct sub {
char author[256];
char authorurl[256];
char description[256];
- char url[256];
+ char url[4096];
};
static XMLParser parser; /* XML parser state */
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.