• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

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

OmegaChartのソースコードの保守


Commit MetaInfo

Révision9cd2e32808deefe5bc4041be433772fef9fe3cbe (tree)
l'heure2017-03-03 18:40:22
Auteurpanacoran <panacoran@user...>
Commiterpanacoran

Message de Log

上場してから出来高のない銘柄でスクリーニングが失敗するのを再度直す

Change Summary

Modification

--- a/Data.cs
+++ b/Data.cs
@@ -275,7 +275,7 @@ namespace Zanetti.Data
275275 for (var i = 0; i < _byteLength; i++)
276276 _farm[i] = _farm[i + idx];
277277 if (_byteLength == 0)
278- _isEmpty = false;
278+ _isEmpty = true;
279279 }
280280 }
281281 public void Save(string filename) {