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
8dbbda1f
Commit
8dbbda1f
authored
Nov 17, 2012
by
Davis King
Browse files
simplified code
parent
b3254eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/data_io/image_dataset_metadata.cpp
dlib/data_io/image_dataset_metadata.cpp
+1
-1
No files found.
dlib/data_io/image_dataset_metadata.cpp
View file @
8dbbda1f
...
...
@@ -313,7 +313,7 @@ namespace dlib
if
(
!
fin
)
throw
dlib
::
error
(
"ERROR: unable to open "
+
filename
+
" for reading."
);
xml_parser
::
kernel_1a
parser
;
xml_parser
parser
;
parser
.
add_document_handler
(
dh
);
parser
.
add_error_handler
(
eh
);
parser
.
parse
(
fin
);
...
...
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