Loading src/hldsview.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -91,12 +91,10 @@ void HldsView::refresh(HldsData &info){ memcpy(challange,buffer+5,4); goto AGAIN; } _parse(info,buffer,rcv); }catch(netplus::NetException &exp){ throw exp.what(); } _parse(info,buffer,rcv); } void HldsView::_parse(HldsData &info,const char* data, size_t len){ Loading Loading
src/hldsview.cpp +1 −3 Original line number Diff line number Diff line Loading @@ -91,12 +91,10 @@ void HldsView::refresh(HldsData &info){ memcpy(challange,buffer+5,4); goto AGAIN; } _parse(info,buffer,rcv); }catch(netplus::NetException &exp){ throw exp.what(); } _parse(info,buffer,rcv); } void HldsView::_parse(HldsData &info,const char* data, size_t len){ Loading