Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
3081b33e
Commit
3081b33e
authored
Oct 17, 2019
by
Claes Sjofors
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert image, print if not converted
parent
7001f0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/exe/co_convert/src/cnv_image.cpp
src/exe/co_convert/src/cnv_image.cpp
+2
-1
No files found.
src/exe/co_convert/src/cnv_image.cpp
View file @
3081b33e
...
...
@@ -88,8 +88,9 @@ int cnv_get_image(char* fname, cnv_tImImage* image, cnv_tPixmap* pixmap)
if
(
!*
image
)
return
0
;
*
pixmap
=
(
cnv_tPixmap
)
Imlib_move_image
(
imlib
,
(
ImlibImage
*
)
*
image
);
#else
printf
(
"** Image not converted: %s
\n
"
,
fname
);
#endif
return
1
;
}
...
...
Esteban Blanc
@esteban.blanc
mentioned in commit
b436336c
·
Nov 17, 2020
mentioned in commit
b436336c
mentioned in commit b436336c6c0df2f25b1ef82dbd724799a17721d0
Toggle commit list
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