]> git.lyx.org Git - features.git/commit
Fix unitialized member warning by coverity
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 9 May 2023 11:49:17 +0000 (13:49 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 9 May 2023 11:52:33 +0000 (13:52 +0200)
commite620920fe2488ba50ff0b992c2529fdb69f2691a
tree1f8740911bc79414dae7ffc1d4a1f9f89389ca3e
parenta401b26640025ed2b00f35af180604ccfaed805f
Fix unitialized member warning by coverity

The members open_braces and close_wildcards of MatchStringAdv are not
initialized in case of early return and coverity complains about that.
src/lyxfind.cpp