Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Christian Persch
poppler
Commits
e074e526
Commit
e074e526
authored
Jan 31, 2012
by
Hib Eris
Committed by
Carlos Garcia Campos
Feb 04, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix return value of poppler_attachment_save
Fixes bug #45440.
parent
bc389cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
glib/poppler-attachment.cc
glib/poppler-attachment.cc
+1
-1
No files found.
glib/poppler-attachment.cc
View file @
e074e526
...
...
@@ -210,7 +210,7 @@ poppler_attachment_save (PopplerAttachment *attachment,
return
FALSE
;
}
return
TRUE
;
return
result
;
}
#define BUF_SIZE 1024
...
...
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