Removed unused local variable.
Этот коммит содержится в:
родитель
d5ec027964
Коммит
a041ed48a9
@ -1311,8 +1311,6 @@ view_load (WView *view, const char *_command, const char *_file,
|
|||||||
if (_command && (view->magic_mode || _file[0] == '\0')) {
|
if (_command && (view->magic_mode || _file[0] == '\0')) {
|
||||||
retval = view_load_command_output (view, _command);
|
retval = view_load_command_output (view, _command);
|
||||||
} else if (_file[0]) {
|
} else if (_file[0]) {
|
||||||
int cntlflags;
|
|
||||||
|
|
||||||
/* Open the file */
|
/* Open the file */
|
||||||
if ((fd = mc_open (_file, O_RDONLY | O_NONBLOCK)) == -1) {
|
if ((fd = mc_open (_file, O_RDONLY | O_NONBLOCK)) == -1) {
|
||||||
g_snprintf (tmp, sizeof (tmp), _(" Cannot open \"%s\"\n %s "),
|
g_snprintf (tmp, sizeof (tmp), _(" Cannot open \"%s\"\n %s "),
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user