Commit ac19b7d
Use correct printf format specifier for filesize. (#2158)
The default value for filesize for scripts is 2.5GB, so more than 2^31
bytes, previously this caused a message like
```
/home/sitowert/domjudge/bin/runguard [56839 @ 0.001495]: verbose: setting filesize limit to -1610612736 bytes
```
After this commit, it is:
```
/home/sitowert/domjudge/bin/runguard [56839 @ 0.001521]: verbose: setting filesize limit to 2684354560 bytes
```
(cherry picked from commit a12c260)1 parent 25d5276 commit ac19b7d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
783 | | - | |
| 783 | + | |
784 | 784 | | |
785 | 785 | | |
786 | 786 | | |
| |||
0 commit comments