Return values of following functions are constants now:
commita8da7179d08533fc0380b05a770c670ed4b5311d
authorSlava Zanko <slavazanko@gmail.com>
Tue, 3 Jan 2012 09:35:57 +0000 (3 12:35 +0300)
committerSlava Zanko <slavazanko@gmail.com>
Tue, 6 Mar 2012 08:52:31 +0000 (6 11:52 +0300)
treec7478fa5909d43124fde56f3d1b4f14c07289dc3
parentd2be823ac354b5c80caf3e6e598a697c9551f139
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