yaffs: Fix issue with look-up off null names
authorCharles Manning <cdhmanning@gmail.com>
Thu, 26 Jul 2012 00:15:16 +0000 (12:15 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 26 Jul 2012 00:15:16 +0000 (12:15 +1200)
Null names can happen if object headers are lost. The object gets named
"objnnn" where nnn is the object id.

We could therefore get the names, but the look-up was not working properly.

This fixes the issue so long as short names are enabled.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found