Return values of following functions are constants now:
commit27b6ef7e43178c8f84c56fda851cf0a53c936738
authorSlava Zanko <slavazanko@gmail.com>
Tue, 3 Jan 2012 09:35:57 +0000 (3 12:35 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Sun, 22 Apr 2012 07:31:53 +0000 (22 10:31 +0300)
treef3e62c404909525bf815ab3885d9d55a6025b62d
parent87c0c302a2697fa76751c58b858cd9555872907f
Return values of following functions are constants now:

  * vfs_path_get_last_path_str()
  * vfs_path_get_last_path_vfs()
  * vfs_path_get_by_index()
  * vfs_class_find_by_handle()

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
24 files changed:
lib/vfs/direntry.c
lib/vfs/gc.c
lib/vfs/interface.c
lib/vfs/path.c
lib/vfs/path.h
lib/vfs/vfs.c
src/editor/edit.c
src/editor/editcmd.c
src/filemanager/dir.c
src/filemanager/ext.c
src/filemanager/file.c
src/filemanager/midnight.c
src/filemanager/panel.c
src/main.c
src/vfs/extfs/extfs.c
src/vfs/fish/fish.c
src/vfs/ftpfs/ftpfs.c
src/vfs/local/local.c
src/vfs/sfs/sfs.c
src/vfs/smbfs/smbfs.c
src/vfs/undelfs/undelfs.c
tests/lib/vfs/path_recode.c
tests/lib/vfs/vfs_path_string_convert.c
tests/lib/vfs/vfs_s_get_path.c