Skip to content
Snippets Groups Projects
Commit 15b187bb authored by Daniele Kruse's avatar Daniele Kruse
Browse files

Setting blockid to 1 when fseq is 1

parent 20bdaa4d
No related branches found
No related tags found
No related merge requests found
......@@ -1487,7 +1487,7 @@ void XrdProFile::xCom_ls(const std::vector<std::string> &tokens, const cta::Secu
for(auto i=dirEntry.tapeCopies.begin(); i!=dirEntry.tapeCopies.end(); i++) {
std::stringstream blockIdSS;
if(i->tapeFileLocation.fSeq==1) {
blockIdSS << "-";
blockIdSS << "1";
}
else{
blockIdSS << i->tapeFileLocation.blockId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment