X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fnumeric.cpp;h=49e65be47ed77b2cc8eaf285f25d3d4ae11e28b1;hp=163e74816a1784dd570bd8646642b9ae3c20b850;hb=ad19befada3733da04b376bae520cef491ae64c8;hpb=b40bb4ef533e40d4cd619b74fc2916a5255fd633 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;