Skip to content

Commit

Permalink
Fix missing type initialization in work. (Could this be related
Browse files Browse the repository at this point in the history
to the windows bug?).  Bug reported by HenryHu - thanks!
  • Loading branch information
dave-andersen committed Aug 31, 2014
1 parent 31002df commit 79e21ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xptMiner/xptMiner/riecoinMiner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ void riecoin_process(minerRiecoinBlock_t* block)
riecoinPrimeTestWork w;
w.testWork.n_indexes = 0;
w.testWork.loop = loop;
w.type = TYPE_CHECK;

bool do_reset = false;
uint64_t *sieve64 = (uint64_t *)sieve;
Expand Down

0 comments on commit 79e21ce

Please sign in to comment.