mirror of
https://github.com/RawAccelOfficial/rawaccel.git
synced 2025-05-11 10:26:58 +02:00
Small fixes, guide additions, tweaks
This commit is contained in:
parent
a8eec2c939
commit
44c20e12d5
4 changed files with 15 additions and 6 deletions
|
@ -83,8 +83,8 @@ namespace rawaccel {
|
|||
error("offset can not be negative");
|
||||
}
|
||||
|
||||
if (args.cap <= 0) {
|
||||
error("cap"" must be positive");
|
||||
if (args.cap < 0) {
|
||||
error("cap"" must not be negative");
|
||||
}
|
||||
|
||||
if (args.growth_rate <= 0 ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue