descend properly in h_seq_index_path

This commit is contained in:
Sven M. Hallberg 2015-01-30 20:36:37 +01:00
parent cbc7358b66
commit 341123e2ea

View file

@ -173,7 +173,7 @@ HParsedToken *h_seq_index_vpath(const HParsedToken *p, size_t i, va_list va)
int j;
while((j = va_arg(va, int)) >= 0)
ret = h_seq_index(p, j);
ret = h_seq_index(ret, j);
return ret;
}