Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
596d9eeb
Commit
596d9eeb
authored
Apr 18, 2016
by
Axel Auweter
Browse files
Merge branch 'ticket-38' of
ssh://deep-ras.srv.lrz.de/git/dcdb
into ticket-38
Conflicts: FilePusher/Makefile
parents
f34bea84
f388f3d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
DCDBTools/dcdbcsvimport/dcdbcsvimport.cpp
View file @
596d9eeb
...
...
@@ -126,7 +126,7 @@ int main(int argc, char** argv)
while
(
std
::
getline
(
fs
,
s
))
{
int
col
=
0
;
lineno
++
;
DCDB
::
TimeStamp
ts
(
0ull
);
DCDB
::
TimeStamp
ts
(
UINT64_C
(
0
)
);
boost
::
tokenizer
<
boost
::
escaped_list_separator
<
char
>
>
tk
(
s
,
boost
::
escaped_list_separator
<
char
>
(
'\\'
,
','
,
'\"'
));
for
(
boost
::
tokenizer
<
boost
::
escaped_list_separator
<
char
>
>::
iterator
i
=
tk
.
begin
();
i
!=
tk
.
end
();
++
i
)
{
...
...
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