1
0
Fork 0
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:
Steffen Vogel 2017-09-04 14:32:27 +02:00
parent 94e436e33f
commit 81ab3f91ea

View file

@ -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