diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet
index ac735f7..8c81577 100644
--- a/books/bookvol10.3.pamphlet
+++ b/books/bookvol10.3.pamphlet
@@ -23331,7 +23331,7 @@ d01fcfAnnaType(): NumericalIntegrationCategory == Result add
     minpts:INT := (fEvals := wholePart(a))*wholePart(alpha::Float/d)
     maxpts:INT := 5*minpts
     lenwrk:INT := (dim+2)*(1+(33*fEvals))
-    ArgsFn := map(convert(#1)$DF,args.fn)$EF2(DF,Float)
+    ArgsFn := map(x+->convert(x)$DF,args.fn)$EF2(DF,Float)
     f : Union(fn:FileName,fp:Asp4(FUNCTN)) := [retract(ArgsFn)$Asp4(FUNCTN)]
     out:Result := d01fcf(dim,low,high,maxpts,err,lenwrk,minpts,-1,f)
     changeName(finval@Symbol,result@Symbol,out)
diff --git a/changelog b/changelog
index 0cad5e8..1833f52 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090510 tpd src/axiom-website/patches.html 20090510.22.tpd.patch
+20090510 tpd books/bookvol10.3 D01FCFA +-> conversion
 20090510 tpd src/axiom-website/patches.html 20090510.21.tpd.patch
 20090510 tpd books/bookvol10.2 FAMR +-> conversion
 20090510 tpd src/axiom-website/patches.html 20090510.20.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 98d3ba6..f14b165 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1202,5 +1202,7 @@ bookvol10.2 AMR +-> conversion<br/>
 bookvol10.4 BOP1 +-> conversion<br/>
 <a href="patches/20090510.21.tpd.patch">20090510.21.tpd.patch</a>
 bookvol10.2 FAMR +-> conversion<br/>
+<a href="patches/20090510.22.tpd.patch">20090510.22.tpd.patch</a>
+bookvol10.3 D01FCFA +-> conversion<br/>
  </body>
 </html>
