-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinGW ビルドでややおかしなメッセージが出る。 #610
Comments
う~む・・・。 調べ方)
「メッセージがおかしい」という問題に対する調査は、メッセージ現物を調べるのが基本です。 vs2017(英語版)での検索結果がこちらです。
問題になっているのはおそらく 問題箇所はここ・・・のはず。 sakura/sakura_core/doc/CEditDoc.cpp Lines 932 to 939 in f2af1b7
対策は独自のフォーマット書式型指定子「t(%ts, %tc)」の廃止かなぁ・・・ 何気にこっちの問題かも知れません。 sakura/sakura_core/doc/CEditDoc.cpp Line 896 in f2af1b7
|
なんか後者くさい気がしてきました。 |
あかん、もっと深刻な話やん。 同種の障害が起こり得る場所をピックアップしてみました。 Find all "sprintf\(\s*\w+,\s*[^,\n]+,\s*\bLSW?\s*\(", Match case, Regular expressions, Subfolders, Keep modified files open, Find Results 2, Entire Solution, "*.*"
C:\work\sakura-editor\sakura_core\doc\CEditDoc.cpp(896): auto_sprintf( szGrepTitle, _T("%s%d"), LS(STR_NO_TITLE1), node->m_nId ); //(無題)
C:\work\sakura-editor\sakura_core\env\CFileNameManager.cpp(471): wsprintf( szFileName, _T("%s%d"), LS( STR_NO_TITLE1 ), nId);
C:\work\sakura-editor\sakura_core\prop\CPropComBackup.cpp(524): auto_sprintf( temp, LTEXT("%ls\\"), LSW(STR_PROPCOMBK_DUSTBOX) );
Matching lines: 3 Matching files: 3 Total files searched: 693 |
興味ある人も居ないようなので閉じておきます。 必要あれば新たにissue立ててください。 |
無題テキストを変更して終了しようとすると「(1 は変更されています」と表示されます。Win32 ビルドでは master も 2.3.2.0 も「(無題)1 は変更されています」と表示されます。
MinGW ビルドをリリースしない限りは問題ではないともいえます。
The text was updated successfully, but these errors were encountered: