From ad19befada3733da04b376bae520cef491ae64c8 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 11 Apr 2000 00:17:37 +0000 Subject: [PATCH 1/1] - numeric::archive(): fixed a typo. --- ginac/numeric.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/numeric.cpp b/ginac/numeric.cpp index 163e7481..49e65be4 100644 --- a/ginac/numeric.cpp +++ b/ginac/numeric.cpp @@ -302,7 +302,7 @@ void numeric::archive(archive_node &n) const ostringstream s; #else char buf[1024]; - ostrstream f(buf, 1024); + ostrstream s(buf, 1024); #endif if (this->is_crational()) s << *value; -- 2.44.0