Index: route_style.c =================================================================== --- route_style.c (revision 32796) +++ route_style.c (revision 32797) @@ -319,7 +319,7 @@ return 0; } -int pcb_route_style_change_name(pcb_board_t *pcb, int rstidx, char *new_name, rnd_bool undoable) +int pcb_route_style_change_name(pcb_board_t *pcb, int rstidx, const char *new_name, rnd_bool undoable) { undo_rst_t gtmp, *g = >mp; pcb_route_style_t *rst = vtroutestyle_get(&pcb->RouteStyle, rstidx, 0);