File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ void * calculateOffset(char * stackFrameString)
9898 void * objectFile ;
9999 void * address ;
100100 void * offset = NULL ;
101- char symbolString [750 ] = {'\0' };
101+ char symbolString [1200 ] = {'\0' };
102102 char offsetString [25 ] = {'\0' };
103103 int checkSscanf = EOF ;
104104 int checkDladdr = 0 ;
Original file line number Diff line number Diff line change @@ -1330,10 +1330,7 @@ QVariantMap MainWindow::readConfig(){
13301330 std::ostream os (&fb);
13311331 os << default_config;
13321332 fb.close ();
1333- conf->setConfigMap (readConfig ());
1334- LoadConfig ();
1335- m_irsNeedUpdate = true ;
1336- ApplyConfig ();
1333+ confmap = ConfigIO::readFile (m_appwrapper->getPath ());
13371334 }
13381335 return confmap;
13391336}
Original file line number Diff line number Diff line change 29072907 <string >Reset</string >
29082908 </property >
29092909 <property name =" icon" >
2910- <iconset theme = " ok " >
2910+ <iconset >
29112911 <normaloff >.</normaloff >.</iconset >
29122912 </property >
29132913 </widget >
You can’t perform that action at this time.
0 commit comments