File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ get_soundfont()
196196 "/share/soundfonts/default.sf2" ,
197197 "/share/soundfonts/default.sf3" ,
198198 "/share/sounds/sf2/default-GM.sf2" ,
199- "/share/sounds/sf2 /default-GM.sf3" , // Ubuntu
199+ "/share/sounds/sf3 /default-GM.sf3" , // Ubuntu
200200 };
201201 for (size_t i = 0 ; i < sizeof roots / sizeof roots [0 ]; ++ i ) {
202202 for (size_t j = 0 ;
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ static void try_open_soundfont() {
185185 const char * roots [] = { get_install_root (), "/usr" };
186186 const char * sf_candidates [] = { // without install prefix
187187 "/share/soundfonts/default.sf2" , "/share/soundfonts/default.sf3" ,
188- "/share/sounds/sf2/default-GM.sf2" , "/share/sounds/sf2 /default-GM.sf3" , // Ubuntu
188+ "/share/sounds/sf2/default-GM.sf2" , "/share/sounds/sf3 /default-GM.sf3" , // Ubuntu
189189 };
190190 for (size_t i = 0 ; i < sizeof roots / sizeof roots [0 ]; ++ i ) {
191191 for (size_t j = 0 ; j < sizeof sf_candidates / sizeof sf_candidates [0 ]; ++ j ) {
You can’t perform that action at this time.
0 commit comments