| commit | 1c64c934db07bf9e6431ee43c6e9a53e58c78120 | [log] [tgz] |
|---|---|---|
| author | Andrew Talbot <andrew.talbot@talbotville.com> | Mon Nov 10 19:37:42 2008 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Tue Nov 11 11:40:42 2008 +0100 |
| tree | 2009d13a1e78086a3d5d87360bc35dfc614dca30 | |
| parent | 583e051044a97bd247cfb04b47be674059b48c03 [diff] [blame] |
setupapi: Sign-compare warnings fix.
diff --git a/dlls/setupapi/parser.c b/dlls/setupapi/parser.c index 8c8a518..c2bd84c 100644 --- a/dlls/setupapi/parser.c +++ b/dlls/setupapi/parser.c
@@ -199,7 +199,7 @@ { struct section *section; struct line *line; - int i; + unsigned int i; if (section_index < 0 || section_index >= file->nb_sections) return NULL; section = file->sections[section_index];