On Fri, 3 Jul 2026 at 12:35, Michal Prívozník <[email protected]> wrote: > > There's a macro that combines STRPREFIX() + this offsetting of a string: > STRSKIP(). > > > + > > + if (thisidx >= idx) > > + idx = thisidx + 1; > > + } > > + > > + net->info.alias = g_strdup_printf("net%d", idx); > > +} > > > Reviewed-by: Michal Privoznik <[email protected]> > > and merged. > > Michal >
Thanks for the merge and for the code hint ! ------------- < Radek >
