increased read buffer size (see MUSR-62, MUSR-65)
This commit is contained in:
parent
3805013b5d
commit
21f3d22a11
@ -128,7 +128,7 @@ PMsrHandler::~PMsrHandler()
|
|||||||
int PMsrHandler::ReadMsrFile()
|
int PMsrHandler::ReadMsrFile()
|
||||||
{
|
{
|
||||||
ifstream f;
|
ifstream f;
|
||||||
char str[256];
|
char str[8192];
|
||||||
TString line;
|
TString line;
|
||||||
int line_no = 0;
|
int line_no = 0;
|
||||||
int result = PMUSR_SUCCESS;
|
int result = PMUSR_SUCCESS;
|
||||||
@ -332,7 +332,7 @@ int PMsrHandler::WriteMsrLogFile(const bool messages)
|
|||||||
int tag, lineNo = 0, number;
|
int tag, lineNo = 0, number;
|
||||||
int runNo = -1, addRunNo = 0;
|
int runNo = -1, addRunNo = 0;
|
||||||
int plotNo = -1;
|
int plotNo = -1;
|
||||||
char line[128];
|
char line[8192];
|
||||||
TString str, sstr;
|
TString str, sstr;
|
||||||
TObjArray *tokens;
|
TObjArray *tokens;
|
||||||
TObjString *ostr;
|
TObjString *ostr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user