fix of MUSR-60: one runnumber in runlist does not work.

This commit is contained in:
nemu 2009-05-20 12:47:47 +00:00
parent b9ac099b52
commit 9952a9df28

View File

@ -1387,7 +1387,8 @@ void PTextEdit::musrMsr2Data()
}
// first element
if (end == 1) {
str = "[" + runList.section(' ', 0, 0) + "]";
str = "[" + runList + "]";
cmd.append(str);
} else {
str = "[" + runList.section(' ', 0, 0);
cmd.append(str);