1
1

* main.c (process_args): Use cast to avoid warning.

Этот коммит содержится в:
Pavel Roskin 2003-10-23 19:05:52 +00:00
родитель 44eef72b3e
Коммит 1bde2dcbda
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -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 */