e fm: Use correct string length when copying path.
authorChidambar Zinnoury <chidambar.zinnoury@zefla.fr>
Sun, 4 Oct 2015 16:44:38 +0000 (18:44 +0200)
committerChidambar Zinnoury <chidambar.zinnoury@zefla.fr>
Sun, 4 Oct 2015 16:52:03 +0000 (18:52 +0200)
commit2a3742a52ada09b75f8431d9a9941207c45f27d3
treeba80fefa1c0f217d4cd3c3274356b6fd77f58ff0
parent1ea9d73d33b739ba18a94be491bb2196569ff76b
 e fm: Use correct string length when copying path.

 Sometimes, trying to go to the parent directory wouldn’t work and end up showing some garbage. Unfortunately, the code ended up not NULL-ending the path, which made searching for the path separator buggy.
src/bin/e_fm.c