Index: trunk/src_plugins/export_bom2/bom2.c =================================================================== --- trunk/src_plugins/export_bom2/bom2.c (revision 38000) +++ trunk/src_plugins/export_bom2/bom2.c (revision 38001) @@ -305,8 +305,8 @@ append_clean(ctx, escape, s, val); return 0; } - if (strncmp(*input, "name%", 7) == 0) { - *input += 8; + if (strncmp(*input, "name%", 5) == 0) { + *input += 5; append_clean(ctx, escape, s, ctx->name); return 0; }