mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-24 21:08:56 +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;
|
unsigned long len;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
||||||
char ch[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
char ch[] =
|
||||||
|
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
|
||||||
|
|
||||||
unsigned long r;
|
unsigned long r;
|
||||||
|
|
||||||
len = xstrxlen(template, PATH_LEN);
|
len = xstrxlen(template, PATH_LEN);
|
||||||
|
|||||||
Reference in New Issue
Block a user