260021a549
make_block call which depends on the size of FILE.
12 lines
330 B
Text
12 lines
330 B
Text
$NetBSD: patch-ao,v 1.1 2005/11/11 15:20:41 joerg Exp $
|
|
|
|
--- imlib/mdlread.c.orig 2005-11-11 14:47:29.000000000 +0000
|
|
+++ imlib/mdlread.c
|
|
@@ -110,7 +110,6 @@ image **read_mdl(char *fn, palette *&pal
|
|
char buf[50];
|
|
unsigned short xy[2],i,j;
|
|
clear_errors();
|
|
- make_block(sizeof(FILE));
|
|
im=NULL;
|
|
total=0;
|
|
startn--;
|