mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
udev-rules: use size_t for array index
This commit is contained in:
parent
530727aed8
commit
759fb3a904
@ -676,7 +676,7 @@ static void attr_subst_subdir(char *attr, size_t len) {
|
||||
static int get_key(char **line, char **key, enum operation_type *op, char **value) {
|
||||
char *linepos;
|
||||
char *temp;
|
||||
unsigned i, j;
|
||||
size_t i, j;
|
||||
|
||||
linepos = *line;
|
||||
if (!linepos || linepos[0] == '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user