]> git.lyx.org Git - lyx.git/commit
Add missing initialization for local variable.
authorStephan Witt <switt@lyx.org>
Tue, 18 Feb 2020 07:59:20 +0000 (08:59 +0100)
committerStephan Witt <switt@lyx.org>
Tue, 18 Feb 2020 07:59:20 +0000 (08:59 +0100)
commitf904fb2d61796b12668e5942a8939be794fc0d59
treecf219fe0dc39d9ca0c72f296940327bbbc44ae5f
parentfe02f151f9dd30c1295bc0169b28eab6435810ab
Add missing initialization for local variable.

The autoargs variable is random for empty macro argument lists otherwise.
src/Text3.cpp