mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +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
|
#endif
|
||||||
if (!edit) {
|
if (!edit) {
|
||||||
edit = malloc (sizeof (WEdit));
|
edit = malloc (sizeof (WEdit));
|
||||||
memset (edit, 0, sizeof (sizeof (WEdit)));
|
memset (edit, 0, sizeof (WEdit));
|
||||||
to_free = 1;
|
to_free = 1;
|
||||||
}
|
}
|
||||||
if (!edit) {
|
if (!edit) {
|
||||||
|
Loading…
Reference in New Issue
Block a user