From d85ab3cb7e074aa47bb2056ac1877f8956e97a8f Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 10 Mar 2025 20:06:25 -0400 Subject: [PATCH] cwPianoScore.cpp : e->loc is set to kInvalidId before it is filled with "oloc" in _read_csv_line() --- cwPianoScore.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cwPianoScore.cpp b/cwPianoScore.cpp index 622f916..3be6036 100644 --- a/cwPianoScore.cpp +++ b/cwPianoScore.cpp @@ -180,6 +180,7 @@ namespace cw if( score_fl ) { + e->loc = kInvalidId; if((rc = getv(csvH,"oloc",e->loc )) != kOkRC ) { rc = cwLogError(rc,"Error parsing CSV.");