• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

A CLI tool for downloading from pixiv.net


Commit MetaInfo

Revisão07b4e19b097bb7a0f1432a3cddd856afaf382863 (tree)
Hora2023-11-28 16:19:59
Autormio <stigma@disr...>
Commitermio

Mensagem de Log

Fix unittest compilation

Mudança Sumário

Diff

--- a/source/app.d
+++ b/source/app.d
@@ -225,7 +225,7 @@ void sleep(int lowest, int largest)
225225 ///
226226 unittest
227227 {
228- import core.time : MonoTime;
228+ import core.time : MonoTime, convert;
229229
230230 auto before = MonoTime.currTime();
231231 sleep(5, 10);