minor assertion
git-svn-id: file:///home/shish/svn/shimmie2/trunk@111 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
98c93148b9
commit
51d0ee5f0c
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ function get_memory_limit() {
|
|||
$memory = $default_limit;
|
||||
}
|
||||
|
||||
assert($memory > 0);
|
||||
|
||||
return $memory;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue