Loading parcook/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ add_executable(ddedmn target_link_libraries(ddedmn PRIVATE Szarp2 ${XMLRPCEPI_LIBRARIES} ) add_executable(dpafdmn Loading parcook/ddedmn.cc +0 −13 Original line number Diff line number Diff line Loading @@ -84,8 +84,6 @@ #include "config.h" #ifdef HAVE_XMLRPC_EPI_H #include <string> #include <vector> #include <algorithm> Loading Loading @@ -548,14 +546,3 @@ int main(int argc, char *argv[]) { dded.Run(); } #else #include <iostream> int main(int argc, char *argv[]) { std::cerr << "SZARP need to be compiled with xmlrpc-epi library for this program to work" << std::endl; return 1; } #endif resources/documentation/new/ipk/ipk.sgml +1 −1 Original line number Diff line number Diff line Loading @@ -5907,7 +5907,7 @@ W skryptach LUA dost <itemizedlist> <listitem> <para> nazwa parametru, nazwa parametru (prefiksowana nazw bazy), </para> </listitem> <listitem> Loading wx/draw3/drawapp.cpp +18 −3 Original line number Diff line number Diff line Loading @@ -305,9 +305,19 @@ bool DrawApp::OnInit() { //wxLog *logger = new wxLogGui(); wxLog::SetActiveTarget(logger); if(getenv("HOME") != nullptr) { std::string home_path = getenv("HOME"); if(home_path.empty() == false) { m_instance = std::make_unique<FileLocker>(home_path + "/.draw3_defined_lock"); m_instance->checkLockCorrectness(); } else { m_instance = nullptr; } } else { m_instance = nullptr; } SetMaxCoreDumpLimit(); InitGL(); Loading Loading @@ -598,6 +608,11 @@ bool DrawApp::OnCmdLineParsed(wxCmdLineParser &parser) { } void DrawApp::CheckActiveInstance() { if(m_instance == nullptr) { read_only = true; return; } if (m_instance->tryLocking()) { read_only = false; } else { Loading Loading
parcook/CMakeLists.txt +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ add_executable(ddedmn target_link_libraries(ddedmn PRIVATE Szarp2 ${XMLRPCEPI_LIBRARIES} ) add_executable(dpafdmn Loading
parcook/ddedmn.cc +0 −13 Original line number Diff line number Diff line Loading @@ -84,8 +84,6 @@ #include "config.h" #ifdef HAVE_XMLRPC_EPI_H #include <string> #include <vector> #include <algorithm> Loading Loading @@ -548,14 +546,3 @@ int main(int argc, char *argv[]) { dded.Run(); } #else #include <iostream> int main(int argc, char *argv[]) { std::cerr << "SZARP need to be compiled with xmlrpc-epi library for this program to work" << std::endl; return 1; } #endif
resources/documentation/new/ipk/ipk.sgml +1 −1 Original line number Diff line number Diff line Loading @@ -5907,7 +5907,7 @@ W skryptach LUA dost <itemizedlist> <listitem> <para> nazwa parametru, nazwa parametru (prefiksowana nazw bazy), </para> </listitem> <listitem> Loading
wx/draw3/drawapp.cpp +18 −3 Original line number Diff line number Diff line Loading @@ -305,9 +305,19 @@ bool DrawApp::OnInit() { //wxLog *logger = new wxLogGui(); wxLog::SetActiveTarget(logger); if(getenv("HOME") != nullptr) { std::string home_path = getenv("HOME"); if(home_path.empty() == false) { m_instance = std::make_unique<FileLocker>(home_path + "/.draw3_defined_lock"); m_instance->checkLockCorrectness(); } else { m_instance = nullptr; } } else { m_instance = nullptr; } SetMaxCoreDumpLimit(); InitGL(); Loading Loading @@ -598,6 +608,11 @@ bool DrawApp::OnCmdLineParsed(wxCmdLineParser &parser) { } void DrawApp::CheckActiveInstance() { if(m_instance == nullptr) { read_only = true; return; } if (m_instance->tryLocking()) { read_only = false; } else { Loading