diff options
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile/java')
| -rw-r--r-- | doc/problemexamples/problemtemplate/compile/java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/java b/doc/problemexamples/problemtemplate/compile/java index 86db23c..2220575 100644 --- a/doc/problemexamples/problemtemplate/compile/java +++ b/doc/problemexamples/problemtemplate/compile/java @@ -96,7 +96,7 @@ fi let "ttime = $time + 30" maxm=512 -if [ "$4" != "" -a "$4" -gt "0" ]; then +if [ "$4" != "" -a "$4" -gt "512" ]; then maxm=$4 fi |