]> git.lyx.org Git - lyx.git/blobdiff - src/BufferParams.cpp
Initialize BibTeXInfo modifier to zero, always.
[lyx.git] / src / BufferParams.cpp
index 95733edae3069bc416e48e028de676456ef5a20e..bb2391ca115926533f3487f9fd6c511f0ebb8dba 100644 (file)
@@ -335,7 +335,7 @@ BufferParams::Impl::Impl()
 BufferParams::Impl *
 BufferParams::MemoryTraits::clone(BufferParams::Impl const * ptr)
 {
-       LBUFERR(ptr, _("Attempting to clone non-existent BufferParams!"));
+       LBUFERR(ptr);
        return new BufferParams::Impl(*ptr);
 }