mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-08 18:19:42 +00:00
tex2lyx/table.cpp: please Vincent as discussed
This commit is contained in:
parent
f1be85dec7
commit
dda1bfc949
@ -1164,7 +1164,7 @@ void handle_tabular(Parser & p, ostream & os, string const & name,
|
||||
cellinfo[row][col].content += os.str();
|
||||
|
||||
// add dummy cells for multicol
|
||||
for (size_t i = 0; i + 1 < ncells; ++i) {
|
||||
for (size_t i = 0; i < ncells - 1; ++i) {
|
||||
++col;
|
||||
if (col >= colinfo.size()) {
|
||||
cerr << "The cell '"
|
||||
|
Loading…
Reference in New Issue
Block a user