• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

練習用です。いろんなものがごちゃまぜです。


Commit MetaInfo

Revision29 (tree)
Time2015-08-25 18:12:09
Authorbellyoshi

Log Message

Change Summary

Incremental Difference

--- vs2015/edline/edline/edline.c (revision 28)
+++ vs2015/edline/edline/edline.c (revision 29)
@@ -378,7 +378,7 @@
378378
379379 printf("保存しますか?(Y/N):");
380380 command = tolower(getchar());
381- if (command == 'Y'){
381+ if (command == 'y'){
382382 result = SaveFile(FileName);
383383 }
384384 return result;