Commit 2580077fc2cbb124409bbc6453f2923217ac7957

Carlos Martín Nieto 2015-11-15T00:44:02

tree: calculate the filename length once We already know the size due to the `memchr()` so use that information instead of calling `strlen()` on it.