TopGit missed this update when I updated the same line in the
gcc-unused and gcc-uninit topic branches at the same time and then ran 'tg update'. I'll need to keep that sort of thing in mind when updating multiple topic branches between updates.
This commit is contained in:
parent
a551134b2f
commit
683b2f0d00
|
@ -1560,7 +1560,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
|
|||
{
|
||||
nvpair_t *nvp;
|
||||
const char *np;
|
||||
char *sepp = NULL;
|
||||
char *sepp=NULL;
|
||||
char *idxp, *idxep;
|
||||
nvlist_t **nva;
|
||||
long idx = 0;
|
||||
|
|
Loading…
Reference in New Issue