Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
de6109a0
Commit
de6109a0
authored
Jun 01, 2013
by
Davis King
Browse files
Minor change to avoid a compiler error in gcc 4.7
parent
2a494a51
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/unicode/unicode.h
dlib/unicode/unicode.h
+2
-2
No files found.
dlib/unicode/unicode.h
View file @
de6109a0
...
...
@@ -222,7 +222,7 @@ namespace dlib
)
:
fin
(
fin_
)
{
setg
(
in_buffer
+
max_putback
,
this
->
setg
(
in_buffer
+
max_putback
,
in_buffer
+
max_putback
,
in_buffer
+
max_putback
);
}
...
...
@@ -273,7 +273,7 @@ namespace dlib
}
// reset in_buffer pointers
setg
(
in_buffer
+
(
max_putback
-
num_put_back
),
this
->
setg
(
in_buffer
+
(
max_putback
-
num_put_back
),
in_buffer
+
max_putback
,
in_buffer
+
max_putback
+
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