From 97111c3ee492e366da6122519fd0d4b9edaf22f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pe=C3=B1aranda?= Date: Fri, 6 Jul 2012 14:35:10 +0000 Subject: [PATCH] typo --- Number_types/include/CGAL/GMP/Gmpfr_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Number_types/include/CGAL/GMP/Gmpfr_type.h b/Number_types/include/CGAL/GMP/Gmpfr_type.h index b7efd1227ca..4c3002990c5 100644 --- a/Number_types/include/CGAL/GMP/Gmpfr_type.h +++ b/Number_types/include/CGAL/GMP/Gmpfr_type.h @@ -1170,7 +1170,7 @@ std::ostream& operator<<(std::ostream& os,const Gmpfr &a){ mpfr_free_str(str); int i = 0; size_t n = s.length(); - sizt_t k = 0; + size_t k = 0; while (k < n && s[n-k-1] == '0') k++; // count trailing zeros if (k == n) return os << "0"; else if (k) {