diff options
| author | practicalswift <[email protected]> | 2017-02-03 09:20:54 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-02-07 15:46:38 +0100 |
| commit | a47da4b6fecaba81dafe777b25be24e04a428e37 (patch) | |
| tree | 2ef78a9d89b312b71aa06316443ce2de96d58c8e /src/script/sigcache.cpp | |
| parent | Merge #9532: Remove unused variables (diff) | |
| download | discoin-a47da4b6fecaba81dafe777b25be24e04a428e37.tar.xz discoin-a47da4b6fecaba81dafe777b25be24e04a428e37.zip | |
Use z = std::max(x - y, 0); instead of z = x - y; if (z < 0) z = 0;
Diffstat (limited to 'src/script/sigcache.cpp')
0 files changed, 0 insertions, 0 deletions