Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
JAliEn
JAliEn-ROOT
Commits
cafcbd59
Commit
cafcbd59
authored
Jul 02, 2019
by
Volodymyr Yurchenko
Browse files
Fix missing space TJAlienFile::Mirror()
parent
ae213eef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/TJAlienFile.cxx
View file @
cafcbd59
...
...
@@ -569,6 +569,7 @@ void TJAlienFile::Mirror()
{
// Send mirror command to create replicas
TString
command
(
"mirror"
);
command
+=
" "
;
command
+=
fLfn
;
command
+=
" "
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment