silence "comparison between signed and unsigned"

This commit is contained in:
Kay Sievers 2008-11-11 23:47:01 +01:00
parent 1449a55ded
commit 1c8af93aca

View file

@ -457,7 +457,7 @@ static int add_string(struct udev_rules *rules, const char *str)
unsigned short node_off;
unsigned char key;
size_t len;
int depth;
unsigned int depth;
unsigned int off;
len = strlen(str);