]> git.lyx.org Git - lyx.git/blobdiff - src/Spacing.C
citation patch from Angus
[lyx.git] / src / Spacing.C
index d34c163e770b611f569da15bcca109de435203fb..f3ad1f66727ce77e460994540611342552045d3f 100644 (file)
@@ -111,7 +111,7 @@ string Spacing::writeEnvirBegin() const
                        char tmp[512];
                        ostrstream ost(tmp, 512);
                        ost << "\\begin{spacing}{"
-                           << getValue() << "}";
+                           << getValue() << "}" << '\0';
                        return ost.str();
                }
 #endif