]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.cpp
Fix bug #7106: iterator out of range while copying multi-row math.
[lyx.git] / src / mathed / MathExtern.cpp
index f39418396518cf1e6ecc5d45f5e9a0e35124ee74..ce055ea33670a96c97c5bc9b177ff1f63ffcb1fd 100644 (file)
@@ -1499,7 +1499,7 @@ MathData pipeThroughExtern(string const & lang, docstring const & extra,
        }
 
        // run external sript
-       string out = captureOutput(file.absFilename(), data);
+       string out = captureOutput(file.absFileName(), data);
        MathData res;
        mathed_parse_cell(res, from_utf8(out));
        return res;