diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet
index 804d294..86dc5ec 100644
--- a/books/bookvol10.3.pamphlet
+++ b/books/bookvol10.3.pamphlet
@@ -22578,7 +22578,7 @@ d01ajfAnnaType(): NumericalIntegrationCategory == Result add
        "The general routine d01ajf is our default",ext]
 
   numericalIntegration(args:NIA,hints:Result) ==
-    ArgsFn := map(convert(#1)$DF,args.fn)$EF2(DF,Float)
+    ArgsFn := map(x+->convert(x)$DF,args.fn)$EF2(DF,Float)
     b:Float := getButtonValue("d01ajf","functionEvaluations")$AttributeButtons
     fEvals:INT := wholePart exp(1.1513*(1.0/(2.0*(1.0-b))))
     iw:INT := 75*fEvals
diff --git a/changelog b/changelog
index c2d7772..5342824 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20090509 tpd src/axiom-website/patches.html 20090509.14.tpd.patch
+20090509 tpd books/bookvol10.3 D01AJFA +-> conversion
 20090509 tpd src/axiom-website/patches.html 20090509.13.tpd.patch
 20090509 tpd books/bookvol10.3 DIRPROD +-> conversion
 20090509 tpd src/axiom-website/patches.html 20090509.12.tpd.patch
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index e97ccfd..9269eef 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -1158,5 +1158,7 @@ bookvol10.3 DSMP +-> conversion<br/>
 bookvol10.4 ALGMANIP +-> conversion<br/>
 <a href="patches/20090509.13.tpd.patch">20090509.13.tpd.patch</a>
 bookvol10.3 DIRPROD +-> conversion<br/>
+<a href="patches/20090509.14.tpd.patch">20090509.14.tpd.patch</a>
+bookvol10.3 D01AJFA +-> conversion<br/>
  </body>
 </html>
