From fb73ed9f72b0909f9878ec5d9608dab3459015e4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 18 Apr 2020 08:01:39 +0200 Subject: [PATCH] fix comment --- src/insets/InsetInclude.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetInclude.cpp b/src/insets/InsetInclude.cpp index 3140a4e6dd..d9a9923711 100644 --- a/src/insets/InsetInclude.cpp +++ b/src/insets/InsetInclude.cpp @@ -376,7 +376,7 @@ void InsetInclude::setParams(InsetCommandParams const & p) // invalidate the cache child_buffer_ = 0; - // reset in order to prevent loading new file + // reset in order to allow loading new file failedtoload_ = false; InsetCommand::setParams(p); -- 2.39.5