mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-04 01:14:17 +03:00
*** empty log message ***
This commit is contained in:
parent
0498216235
commit
351aa95e12
@ -473,7 +473,7 @@ to_buffer (char *dest, int just_mode, int len, char *txt)
|
||||
} else
|
||||
strncpy (dest+still, txt, txtlen);
|
||||
|
||||
dest[len] = NULL;
|
||||
dest[len] = '\0';
|
||||
|
||||
return (dest + len);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user