Le 28/02/2021 à 16:11, Tim Duesterhus a écrit :
Refactoring performed with the following Coccinelle patch:

     @@
     struct ist i;
     expression p, l;
     @@

     - i.ptr = p;
     - i.len = l;
     + i = ist2(p, l);

Both merged, thanks !

--
Christopher Faulet

Reply via email to