diff --git a/changelog b/changelog
index 511258a..05aa4cf 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20100112 tpd src/axiom-website/patches.html 20100112.02.tpd.patch
+20100112 tpd src/input/r20bugs.input fix broken test case
 20100112 lxd src/axiom-website/patches.html 20100112.01.lxd.patch
 20100112 lxd books/bookvol7.1 fix typos
 20100112 lxd books/bookvol1 fix typos
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 2cc7c3e..b8fb2cb 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -2360,5 +2360,7 @@ src/input/e1.input rewrite using machineFraction<br/>
 src/input/fixed fix typo<br/>
 <a href="patches/20100112.01.lxd.patch">20100112.01.lxd.patch</a>
 books/bookvol0,vol1,vol7.1 fix typos<br/>
+<a href="patches/20100112.02.tpd.patch">20100112.02.tpd.patch</a>
+src/input/r20bugs.input fix broken test case<br/>
  </body>
 </html>
diff --git a/src/input/r20bugs.input.pamphlet b/src/input/r20bugs.input.pamphlet
index 838264a..cce7d36 100644
--- a/src/input/r20bugs.input.pamphlet
+++ b/src/input/r20bugs.input.pamphlet
@@ -197,8 +197,7 @@ positiveRemainder(-1::SINT,-5::SINT)
 complexRoots([u**2-v+1,v**2-4],[u,v],0.01)
 --R 
 --R
---R   (1)
---R   [[1.732421875 %i,- 2.0],[- 1.732421875 %i,- 2.0],[- 1.0,2.0],[1.0,2.0]]
+--R   (1)  [[1.73046875 %i,- 2.0],[- 1.73046875 %i,- 2.0],[- 1.0,2.0],[1.0,2.0]]
 --R                                                Type: List List Complex Float
 --E 17
 
