Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
performance
storage
superDeimos
Commits
08002085
Commit
08002085
authored
Jan 27, 2020
by
Ciarán Ó Rourke
Browse files
Fixed typo
parent
19cb3ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fiphobo/fiphobo.cc
View file @
08002085
...
...
@@ -142,7 +142,7 @@ void FiPhobo::startGetOperation(std::string objectID)
#ifdef DEBUG
std
::
cout
<<
"Starting async phobos_get_cpp"
<<
std
::
endl
;
#endif
hobos_result
=
std
::
async
(
p
hobos_result
=
std
::
async
(
[
&
]()
{
return
phobos_get_cpp
(
&
descriptor
,
1
,
NULL
,
NULL
);
});
}
...
...
Ciarán Ó Rourke
@ciaran.orourke
mentioned in commit
993050da
·
Feb 13, 2020
mentioned in commit
993050da
mentioned in commit 993050da128479dbad9b2b0b5d1bf725b6d2ed4e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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