fix poly generation bug

git-svn-id: file:///home/svn/incoming/trunk@3596 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2006-04-14 04:09:53 +00:00
parent ca72b7e2ed
commit be710b65a2
1 changed files with 3 additions and 0 deletions

View File

@ -255,6 +255,9 @@ class LogicalBlock
end
end while ((cnt += 1) < 128)
# If we passed 128 tries, then we can't succeed.
buf = nil if (cnt >= 128)
buf
end