mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 04:46:55 +03:00
*** empty log message ***
This commit is contained in:
parent
ec5351e438
commit
8e686c10aa
@ -229,7 +229,7 @@ WEdit *edit_init (WEdit * edit, int lines, int columns, const char *filename, co
|
||||
#endif
|
||||
if (!edit) {
|
||||
edit = malloc (sizeof (WEdit));
|
||||
memset (edit, 0, sizeof (sizeof (WEdit)));
|
||||
memset (edit, 0, sizeof (WEdit));
|
||||
to_free = 1;
|
||||
}
|
||||
if (!edit) {
|
||||
|
Loading…
Reference in New Issue
Block a user