mirror of
https://github.com/systemd/systemd.git
synced 2026-07-19 14:00:56 +00:00
escape: add an explanatory comment about buffer sizes
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
int cescape_char(char c, char *buf) {
|
||||
char *buf_old = buf;
|
||||
|
||||
/* Needs space for 4 characters in the buffer */
|
||||
|
||||
switch (c) {
|
||||
|
||||
case '\a':
|
||||
|
||||
Reference in New Issue
Block a user