Follow-up Comment #5, bug #40911 (project denemo):

Having said that, I don't think this code can be right:

instrument_list = g_list_insert (instrument_list, g_strdup ((gchar *) name),
preset);


g_list_insert inserts at a place in a list. But for random values of preset
that place will not exist, so it will default to inserting somewhere else.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40911>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to