Bug/ttxttyplay reload misaligned#1322
Closed
tomo3136a wants to merge 6 commits into
Closed
Conversation
Closed
Closed
m-tmatma
reviewed
Jun 5, 2026
| @@ -3,13 +3,13 @@ | |||
| <html> | |||
| <head> | |||
| <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> | |||
| <title>�ύX����</title> | |||
| <title>変更履歴</title> | |||
Contributor
There was a problem hiding this comment.
文字コードが shift-jis から utf-8 に変換されているようです。
Contributor
Author
|
ご指摘有難うございます。 issue #1323 で連絡させていただいていますが、こちらにも書くべきでした。 すみません。 |
Contributor
Author
|
ドキュメント修正しましたので、 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TTXttyplay プラグインの不具合を修正しました。
取り込み願います。
どちらも、TTXttyplay プラグインのTTXReadFile()内でstatic宣言している変数を再生 再実行時は
初期化していなかったことが原因です。
v5.6.1(x86)とv5.0で不具合発生を確認。
対策として、pvarにactiveフラグを追加します。TTXReadFile()内では、active=FALSEの場合、
active=TRUEのするとともに関数内のstatic変数を初期化します。
TTXCloseFile()でactive=FALSEにフラグクリアして次のTTXReadFile()内に初期化に備えるようにしました。