mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
79-character rule must be obeyed
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -2633,7 +2633,9 @@ x_i_mkstemp(char *template)
|
||||
unsigned long len;
|
||||
char *p;
|
||||
|
||||
char ch[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
||||
char ch[] =
|
||||
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
||||
|
||||
unsigned long r;
|
||||
|
||||
len = xstrxlen(template, PATH_LEN);
|
||||
|
||||
Reference in New Issue
Block a user