• Show log

    Commit

  • Hash : 2580077f
    Author : Carlos Martín Nieto
    Date : 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.