mirror of /home/gitosis/repositories/libowfat.git
duh
This commit is contained in:
parent
40fda89f89
commit
fe8bbad4f0
|
@ -7,6 +7,6 @@ static int b0read(int fd,const char* buf, unsigned int len) {
|
|||
}
|
||||
|
||||
char buffer_0_space[BUFFER_INSIZE];
|
||||
static buffer it = BUFFER_INIT(b0read,0,buffer_0_space,sizeof buffer_0_space);
|
||||
static buffer it = BUFFER_INIT_READ(b0read,0,buffer_0_space,sizeof buffer_0_space);
|
||||
buffer *buffer_0 = ⁢
|
||||
|
||||
|
|
Loading…
Reference in New Issue