Index: src/libcfa/gmp
===================================================================
--- src/libcfa/gmp	(revision 7bc4e6bfac3fb788dc7964c508880c9d8c802484)
+++ src/libcfa/gmp	(revision 3eab308c37641d23e0e072469fab7601777a1703)
@@ -10,6 +10,6 @@
 // Created On       : Tue Apr 19 08:43:43 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Fri Jul  7 09:33:20 2017
-// Update Count     : 15
+// Last Modified On : Thu Aug 24 09:24:51 2017
+// Update Count     : 16
 //
 
@@ -252,6 +252,6 @@
 // I/O
 static inline forall( dtype istype | istream( istype ) )
-istype * ?|?( istype * is, Int * mp ) {
- 	gmp_scanf( "%Zd", mp );
+istype * ?|?( istype * is, Int & mp ) {
+ 	gmp_scanf( "%Zd", &mp );
  	return is;
 } // ?|?
