minor (2.26 release) cleanup
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
int IMB_ispic(char *name)
|
||||
{
|
||||
struct stat st;
|
||||
int fp, buf[64];
|
||||
int fp, buf[16];
|
||||
int ofs = 0;
|
||||
|
||||
if (ib_stat(name,&st) == -1) return(0);
|
||||
|
Reference in New Issue
Block a user