Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.io.image
Commits
7d1d65c4
There was a problem fetching the pipeline summary.
Commit
7d1d65c4
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Fix c++ exception throw
parent
548b4723
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!42
Fix c++ exception throw
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/io/image/cpp/gif.cpp
+1
-1
1 addition, 1 deletion
bob/io/image/cpp/gif.cpp
with
1 addition
and
1 deletion
bob/io/image/cpp/gif.cpp
+
1
−
1
View file @
7d1d65c4
...
@@ -481,7 +481,7 @@ static void im_load_color(boost::shared_ptr<GifFileType> in_file, bob::io::base:
...
@@ -481,7 +481,7 @@ static void im_load_color(boost::shared_ptr<GifFileType> in_file, bob::io::base:
}
while
(
!
terminated
);
}
while
(
!
terminated
);
if
(
!
image_found
){
if
(
!
image_found
){
std
::
runtime_error
(
"GIF: image does not contain an image section"
);
throw
std
::
runtime_error
(
"GIF: image does not contain an image section"
);
}
}
// Lets dump it - set the global variables required and do it:
// Lets dump it - set the global variables required and do it:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment