403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/textproc/jtc/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/textproc/jtc/files/patch-lib_Json.hpp
--- lib/Json.hpp.orig	2020-05-07 19:34:09 UTC
+++ lib/Json.hpp
@@ -688,11 +688,11 @@ class Jnode {
                         Jnode(const Jnode &jn): Jnode() {       // CC
 
                          #ifdef BG_CC                           // -DBG_CC to compile this debug
-                          if(DBG()(__Dbg_flow__::ind)) {        // dodge DBG's mutex dead-lock
+                          if(DBG()(__Dbg_flow__::ind())) {        // dodge DBG's mutex dead-lock
                            GUARD(DBG().alt_prefix, DBG().alt_prefix)
                            DBG().alt_prefix(">");
                            DOUT() << DBG().prompt(__func__,
-                                                  __Dbg_flow__::ind + 1, DBG().stamped(),
+                                                  __Dbg_flow__::ind() + 1, DBG().stamped(),
                                                   Debug::Indention::Alternative)
                                   << "CC copying: "
                                   << jn.to_string(Jnode::PrettyType::Raw, 0) << std::endl;
@@ -1221,8 +1221,6 @@ class Jnode::Iterator: public std::iterator<std::bidir
                             SuperJnode(Jtype t): Jnode{t} {}    // Init Construct
 
         SuperJnode &        operator()(const std::string &s, Jnode &jn)
-                             { lbp_ = &s; jnp_ = &jn; return *this; }
-        const SuperJnode &  operator()(const std::string &s, const Jnode &jn) const
                              { lbp_ = &s; jnp_ = &jn; return *this; }
 
         const std::string * lbp_{nullptr};                      // pointer to a label string

Youez - 2016 - github.com/yon3zu
LinuXploit