mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
src/boxes.c (configure_vfs): fixed #ifdef directive.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7670235dfc
commit
34e6b6c036
@ -743,7 +743,7 @@ configure_vfs (void)
|
||||
"[Virtual FS]", confvfs_widgets, FALSE
|
||||
};
|
||||
|
||||
#ifdef SE_NETCODE
|
||||
#ifdef USE_NETCODE
|
||||
g_snprintf (buffer3, sizeof (buffer3), "%i", ftpfs_directory_timeout);
|
||||
#endif
|
||||
g_snprintf (buffer2, sizeof (buffer2), "%i", vfs_timeout);
|
||||
|
Loading…
Reference in New Issue
Block a user