Removed some old and dead code.

committer: mfx <mfx> 1126744217 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-09-15 00:30:17 +00:00
parent bfc835cbbf
commit 7aedc62058
9 changed files with 42 additions and 303 deletions
+2 -2
View File
@@ -144,8 +144,8 @@ static const char *mkline(unsigned long fu_len, unsigned long fc_len,
const char *format_name, const char *filename,
bool decompress=false)
{
static char buf[2000];
char r[7+1] = "";
static char buf[2048];
char r[7+1];
char fn[13+1];
const char *f;