panel: fixed crash when rename/copy (introduced by revert of mhl_strmove)
commitc26e289b9f0a27bde985180aaa749cbcdfd3db2f
authorSergei Trofimovich <slyfox@inbox.ru>
Sat, 7 Feb 2009 14:20:03 +0000 (7 16:20 +0200)
committerSergei Trofimovich <slyfox@inbox.ru>
Sat, 7 Feb 2009 14:20:03 +0000 (7 16:20 +0200)
tree451e40d16e2ba8708e2fab9f964a457e4ab9967f
parent97bdf084f8d655ae03879fa0a6492b00930f17f6
panel: fixed crash when rename/copy (introduced by revert of mhl_strmove)

g_strconcat expects 0 as last argument, but mhl_strmove is not.
When reverting this detail was overlooked. Returning 0 as last argument.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
src/file.c