aboutsummaryrefslogtreecommitdiff
path: root/doc/problemexamples/problemtemplate/compile/cc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/problemexamples/problemtemplate/compile/cc')
-rw-r--r--doc/problemexamples/problemtemplate/compile/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/problemexamples/problemtemplate/compile/cc b/doc/problemexamples/problemtemplate/compile/cc
index b1f7c8a..02d541e 100644
--- a/doc/problemexamples/problemtemplate/compile/cc
+++ b/doc/problemexamples/problemtemplate/compile/cc
@@ -87,7 +87,7 @@ if [ ! -x $sf ]; then
fi
maxm=512000
if [ "$4" != "" ]; then
- if [ "$4" -gt "0" ]; then
+ if [ "$4" -gt "512" ]; then
maxm=${4}000
fi
fi