change outdir for all receivers in gui

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@209 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d 2013-07-24 09:39:30 +00:00
parent 68f360e395
commit 77aec59da9

View File

@ -715,7 +715,7 @@ int qTabDataOutput::VerifyOutputDirectory(){
cout << "The output path doesnt exist anymore" << endl;
#endif
//replace all \n with <br>
pos = 0;
size_t pos = 0;
while((pos = mess.find("\n", pos)) != string::npos){
mess.replace(pos, 1, "<br>");
pos += 1;