mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
bugfix in mapping code
This commit is contained in:
parent
94e436e33f
commit
81ab3f91ea
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ int mapping_parse_str(struct mapping_entry *e, const char *str, struct list *nod
|
|||
}
|
||||
else {
|
||||
e->data.offset = 0;
|
||||
e->length = e->node ? e->node->samplelen : 0;
|
||||
e->length = 0;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue