* main.c (process_args): Use cast to avoid warning.
Этот коммит содержится в:
родитель
44eef72b3e
Коммит
1bde2dcbda
@ -1,5 +1,7 @@
|
||||
2003-10-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* main.c (process_args): Use cast to avoid warning.
|
||||
|
||||
* view.c (view_callback): Don't close the current dialog when
|
||||
the viewer is framed.
|
||||
|
||||
|
@ -1908,7 +1908,7 @@ process_args (poptContext ctx, int c, const char *option_arg)
|
||||
|
||||
#ifdef USE_NETCODE
|
||||
case 'l':
|
||||
mc_setctl ("/#ftp:", VFS_SETCTL_LOGFILE, option_arg);
|
||||
mc_setctl ("/#ftp:", VFS_SETCTL_LOGFILE, (void *) option_arg);
|
||||
#ifdef WITH_SMBFS
|
||||
smbfs_set_debugf (option_arg);
|
||||
#endif /* WITH_SMBFS */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user