Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if...
authorLaurent Monin <geeqie@norz.org>
Fri, 6 Mar 2009 14:53:32 +0000 (14:53 +0000)
committerLaurent Monin <geeqie@norz.org>
Fri, 6 Mar 2009 14:53:32 +0000 (14:53 +0000)
commit7b8e46aa208816b61b4c1c852112aeebd3fe8f46
tree3c229aafefdb83e75b4bd5ca773dd283b1d9f5b6
parent25962e3530372946ba7c7a051b509ecf7056ac85
Fix utf8/locale conversion warning: the path passed to isdir() is not in UTF8 (if local fs is not in UFT8) so do not use it (isdir() uses stat_utf8() which calls path_from_utf8()).
src/ui_tabcomp.c