Skip to content

Commit

Permalink
sakura-editor#88: MakefileMake.cpp での C4477 の警告を修正する
Browse files Browse the repository at this point in the history
※ MakefileMake の x64 のビルド構成はないので表面化しないが潜在バグなので修正しておく
  • Loading branch information
m-tmatma authored and berryzplus committed Jul 5, 2018
1 parent c087bc1 commit af9cb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MakefileMake/MakefileMake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ int main(int argc, char* argv[])
fclose(out);
#ifdef _DEBUG
// %d個のオブジェクトファイル名が出力されました
printf("... Wrote %d object file lines to tmpfile[%s].\n", file_list.size(), tmp_file);
printf("... Wrote %Id object file lines to tmpfile[%s].\n", file_list.size(), tmp_file);
#endif

// ファイルの入換え
Expand Down

0 comments on commit af9cb11

Please sign in to comment.