X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fhashtable.c;h=4356b234ececa2ec586da0198d5306f5de6114f9;hb=8ad59c9a7bef49a18078888ad8eba8e87737c3b2;hp=c5a2b08becf4e9e0ebfac9708f178b8575812ffe;hpb=d0b961684eb5757211e9463f5f24c3175e453798;p=u-boot diff --git a/lib/hashtable.c b/lib/hashtable.c index c5a2b08bec..4356b234ec 100644 --- a/lib/hashtable.c +++ b/lib/hashtable.c @@ -564,7 +564,7 @@ static int match_entry(ENTRY *ep, int flag, int arg; void *priv = NULL; - for (arg = 1; arg < argc; ++arg) { + for (arg = 0; arg < argc; ++arg) { #ifdef CONFIG_REGEX struct slre slre;