コミットメタ情報

リビジョンe20b2868a02faf54a1e9d812a80edf6433810dfa (tree)
日時2020-11-07 20:14:59
作者Starg <starg@user...>
コミッターStarg

ログメッセージ

[sfz] Change error msg

変更サマリ

差分

--- a/timidity/sfz.cpp
+++ b/timidity/sfz.cpp
@@ -1940,7 +1940,7 @@ private:
19401940 ctl->cmsg(
19411941 CMSG_WARNING,
19421942 VERB_VERBOSE,
1943- "%s(%u): 'sw_down' was specified but it is outside the range specified by 'sw_lokey' and 'sw_hikey'",
1943+ "%s(%u): 'sw_down' was specified but is out of the range specified by 'sw_lokey' and 'sw_hikey'",
19441944 std::string(m_Parser.GetPreprocessor().GetFileNameFromID(loc.FileID)).c_str(),
19451945 static_cast<std::uint32_t>(loc.Line)
19461946 );
@@ -1968,7 +1968,7 @@ private:
19681968 ctl->cmsg(
19691969 CMSG_WARNING,
19701970 VERB_VERBOSE,
1971- "%s(%u): 'sw_up' was specified but it is outside the range specified by 'sw_lokey' and 'sw_hikey'",
1971+ "%s(%u): 'sw_up' was specified but is out of the range specified by 'sw_lokey' and 'sw_hikey'",
19721972 std::string(m_Parser.GetPreprocessor().GetFileNameFromID(loc.FileID)).c_str(),
19731973 static_cast<std::uint32_t>(loc.Line)
19741974 );
旧リポジトリブラウザで表示