We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ExeDir と HomeDir が同じ場合、General ダイアログのドロップダウンリストの内容が二重になります。
単純に、パスが同じなら二回見に行かないのが良いと思います。 #287 です。
The text was updated successfully, but these errors were encountered:
マージしました。
Sorry, something went wrong.
strcmp() を wcscmp() に置き換え #288
05fc1c3
- warning C4133: '関数': 'wchar_t *' と 'const char *' の間で型に互換性がありません。 - a5dc16c
char ではなく wchar_t 文字列なので、比較を wcscmp() に置き換えました。
No branches or pull requests
概要
ExeDir と HomeDir が同じ場合、General ダイアログのドロップダウンリストの内容が二重になります。
再現手順
修正案
単純に、パスが同じなら二回見に行かないのが良いと思います。 #287 です。
The text was updated successfully, but these errors were encountered: