[pypy-svn] r41242 - pypy/dist/pypy/tool

xoraxax at codespeak.net xoraxax at codespeak.net
Sat Mar 24 17:53:48 CET 2007


Author: xoraxax
Date: Sat Mar 24 17:53:46 2007
New Revision: 41242

Modified:
   pypy/dist/pypy/tool/ansi_mandelbrot.py
Log:
Generate the correct amount of dots for the first line.

Modified: pypy/dist/pypy/tool/ansi_mandelbrot.py
==============================================================================
--- pypy/dist/pypy/tool/ansi_mandelbrot.py	(original)
+++ pypy/dist/pypy/tool/ansi_mandelbrot.py	Sat Mar 24 17:53:46 2007
@@ -62,6 +62,7 @@
         self.reset_lines = cnt
 
     def generate(self):
+        self.reset_lines = False
         iy = 0
         while iy < self.y:
             ix = 0



More information about the Pypy-commit mailing list