Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
ImageMagick.9832
ImageMagick-6.8.8.1-display-stdin.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ImageMagick-6.8.8.1-display-stdin.patch of Package ImageMagick.9832
http://trac.imagemagick.org/changeset?reponame=&new=16037%40ImageMagick%2Fbranches%2FImageMagick-6&old=16036%40ImageMagick%2Fbranches%2FImageMagick-6 Index: wand/display.c =================================================================== --- wand/display.c +++ wand/display.c @@ -464,17 +464,5 @@ option="logo:"; else - { - int - c; - - c=getc(stdin); - if (c == EOF) - option="logo:"; - else - { - c=ungetc(c,stdin); - option="-"; - } - } + option="-"; if (LocaleCompare(option,"(") == 0) { Index: wand/animate.c =================================================================== --- wand/animate.c +++ wand/animate.c @@ -401,17 +401,5 @@ option="logo:"; else - { - int - c; - - c=getc(stdin); - if (c == EOF) - option="logo:"; - else - { - c=ungetc(c,stdin); - option="-"; - } - } + option="-"; if (LocaleCompare(option,"(") == 0) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor