lorid

convert chordpro to pdf
git clone git://git.relim.de/lorid.git
Log | Files | Refs | README | LICENSE

commit baa5020439fd6c22c05c88bf0ccd3526d7ecb888
parent 046dab778e3d99f70f014efd17fee564cf74b7e9
Author: nibo <nibo@relim.de>
Date:   Sat, 31 May 2025 10:04:46 +0200

Remove debug 'printf'

Diffstat:
Msrc/chordpro.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chordpro.c b/src/chordpro.c @@ -4694,10 +4694,10 @@ cho_attrs_get(struct Attr **attrs, const char *name) return NULL; } +/* TODO: Only providing a label name like '{sog: Interlude}' is currently an error */ static bool cho_grid_shape_parse_and_set(struct ChoContext *ctx, const char *str) { - printf("str '%s'\n", str); enum { BEFORE_FIRST_PLUS, AFTER_FIRST_PLUS,