Skip to content

Commit f5ca958

Browse files
committed
Rename filename var in library structure to allow switching between
library and disc
1 parent 5ce9707 commit f5ca958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ bool ScanWaveResourceTSData(const wxString& db_file, bool show_busy)
13971397
csv(2, 10) = "notes";
13981398

13991399
csv(0, 11) = "File name";
1400-
csv(2, 11) = "wave_resource_filename_ts";
1400+
csv(2, 11) = "wave_resource_ts_file_name";
14011401

14021402
csv(0, 12) = "Significant wave height";
14031403
csv(1, 12) = "m";

0 commit comments

Comments
 (0)