|
@@ -179,7 +179,7 @@ static void init_device_context(unsigned devid)
|
|
unsigned n;
|
|
unsigned n;
|
|
|
|
|
|
/* Which load we shall use */
|
|
/* Which load we shall use */
|
|
- for (n = 0; load->file; load++)
|
|
|
|
|
|
+ for (n = 0; load->file; n++, load++)
|
|
{
|
|
{
|
|
if (!strcmp(load->engine_id_pattern, "*"))
|
|
if (!strcmp(load->engine_id_pattern, "*"))
|
|
break;
|
|
break;
|