mc/src
Andrew Borodin 70a41e4fed Ticket #1935: Incorrect lock files check when hostname contains wide characters.
Bug: in lock_extract_info() number of unicode characters
is used as number of bytes in string.

Now strlen() is used instead of str_term_width() to calculate
string length. String length is calculated only one time.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
2010-01-26 13:18:21 +00:00
..
consaver Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
editor Ticket #1935: Incorrect lock files check when hostname contains wide characters. 2010-01-26 13:18:21 +00:00
viewer src/viewer/display.c: added forgotten #include "src/charsets.h" 2010-01-26 10:30:26 +02:00
.gitignore
achown.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
achown.h
args.c Changes for build after moving strutil into lib 2010-01-26 10:30:24 +02:00
args.h Added --keymap command line option 2009-09-29 17:42:34 +00:00
background.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
background.h Fixed problems: 2009-10-28 12:05:07 +02:00
boxes.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
boxes.h Added handlers for panel sort keybind actions. 2009-10-06 10:18:54 +03:00
charsets.c Changes for build after moving strutil into lib 2010-01-26 10:30:24 +02:00
charsets.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
chmod.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
chmod.h
chown.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
chown.h
cmd.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
cmd.h Reorganization of sources. Part 2 2010-01-26 10:30:23 +02:00
cmddef.h Ticket #1945 (new editor action - select all/mark all) 2010-01-20 13:08:37 +03:00
command.c Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
command.h
complete.c Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
cons.handler.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
dialog.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
dialog.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
dir.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
dir.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
ecs-test.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
ecs.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
ecs.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
execute.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
execute.h
ext.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
ext.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
file.c Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
file.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
filegui.c Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
filegui.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
filenot.c Changes for build after moving util.[ch] 2010-01-26 10:30:24 +02:00
fileopctx.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
fileopctx.h Fixed problems: 2009-10-28 12:05:07 +02:00
find.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
find.h
fsusage.c
fsusage.h
help.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
help.h
history.h New 'Goto' dialog implementation in viewer. 2010-01-19 19:15:29 +00:00
hotlist.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
hotlist.h
info.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
info.h Call menu using mouse for all panel types. 2009-09-14 15:11:59 +04:00
keybind.c Changes for build after moving strutil into lib 2010-01-26 10:30:24 +02:00
keybind.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
layout.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
layout.h Ticket #1918: viewer in QuickView mode corrupts screen. 2010-01-06 18:12:53 +03:00
learn.c Moved strecape.[ch] into library 2010-01-26 10:30:25 +02:00
learn.h
listmode.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
listmode.h
main-widgets.h Ticket #1563: Modified menu engine to create and modify menu dynamically. 2009-10-26 16:15:31 +03:00
main.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
main.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
Makefile.am Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
man2hlp.c Cleanup of code for compile with new warnings options for compilator 2009-10-30 20:36:48 +02:00
menu.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
menu.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
mfmt.c
mountlist.c Changes for build after moving util.[ch] 2010-01-26 10:30:24 +02:00
mountlist.h
option.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
option.h
panel.h Changes for build after moving strutil into lib 2010-01-26 10:30:24 +02:00
panelize.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
panelize.h
screen.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
selcodepage.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
selcodepage.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
setup.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
setup.h Ticket #1918: viewer in QuickView mode corrupts screen. 2010-01-06 18:12:53 +03:00
subshell.c Move src/cons.saver into src/consaver/* subdir 2010-01-26 10:30:26 +02:00
subshell.h
textconf.c Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
textconf.h Ticket #390: remove own 'libpopt' stuff. 2009-09-02 14:32:32 +03:00
tree.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
tree.h Implemented keybindings engine for ButtonBar (F1-F10 keys). 2009-11-19 10:07:51 +03:00
treestore.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
treestore.h Reorganize work with files. Fixed permissions of files in mc home dir. All file names now accumulated into src/fileloc.h 2009-10-07 12:01:05 +03:00
user.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
user.h Reorganized pathes to files in '#include' directives 2010-01-26 10:30:22 +02:00
widget.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
widget.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00
wtools.c Move all interface includes from subdirs lib/*/*.h into lib/*.h 2010-01-26 10:30:25 +02:00
wtools.h Reorganization of sources. Part 1. 2010-01-26 10:30:23 +02:00