Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Geithner, Thomas
desk-control
Commits
f28f9d40
Commit
f28f9d40
authored
Oct 11, 2017
by
Mall, Anon
Browse files
merged
parent
0cce83b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.cpp
View file @
f28f9d40
...
...
@@ -34,11 +34,7 @@ Config::readFile()
while
(
!
in
.
eof
()
&&
!
in
.
fail
()){
getline
(
in
,
line
);
<<<<<<<
HEAD
cout
<<
__func__
<<
": got line
\"
"
<<
line
<<
"
\"
"
<<
endl
;
=======
//cout << __func__ << ": got line \"" << line << "\"" << endl;
>>>>>>>
c142a992026118d47db5bce479bf514597e6e261
if
(
line
.
empty
()){
continue
;
...
...
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