mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
remove broken ADVIO_MEM flag
This commit is contained in:
parent
b676897545
commit
83dfb31dc2
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ static AFILE * file_reopen(struct file_direction *dir)
|
|||
if (dir->handle)
|
||||
afclose(dir->handle);
|
||||
|
||||
return afopen(uri, dir->mode, /* ADVIO_MEM */ 0);
|
||||
return afopen(uri, dir->mode, 0);
|
||||
}
|
||||
|
||||
static int file_parse_direction(config_setting_t *cfg, struct file *f, int d)
|
||||
|
|
Loading…
Add table
Reference in a new issue