Skip to content

Commit

Permalink
Be verbose (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
edocevoli committed May 20, 2020
1 parent ce63e26 commit af89c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Libraries/MiKTeX/TeXAndFriends/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
## Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA.

set(MIKTEX_COMP_J2000_VERSION 7439)
set(MIKTEX_COMP_J2000_VERSION 7445)
set(MIKTEX_COMP_INTERFACE_VERSION 4)
4 changes: 2 additions & 2 deletions Libraries/MiKTeX/TeXAndFriends/webapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class WebApp::impl
public:
bool isMETAFONTProgram;
public:
bool verbose;
bool verbose = true;
};

WebApp::WebApp() :
Expand Down Expand Up @@ -485,4 +485,4 @@ bool WebApp::AmIMETAFONT() const
bool WebApp::GetVerboseFlag() const
{
return pimpl->verbose;
}
}

0 comments on commit af89c1b

Please sign in to comment.