]> www.ginac.de Git - ginac.git/blobdiff - ginac/numeric.cpp
- numeric::archive(): fixed a typo.
[ginac.git] / ginac / numeric.cpp
index 163e74816a1784dd570bd8646642b9ae3c20b850..49e65be47ed77b2cc8eaf285f25d3d4ae11e28b1 100644 (file)
@@ -302,7 +302,7 @@ void numeric::archive(archive_node &n) const
     ostringstream s;
 #else
     char buf[1024];
     ostringstream s;
 #else
     char buf[1024];
-    ostrstream f(buf, 1024);
+    ostrstream s(buf, 1024);
 #endif
     if (this->is_crational())
         s << *value;
 #endif
     if (this->is_crational())
         s << *value;