GraphicsMagick: fuzzing/oss-fuzz-build.sh: Fix typo which breaks...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.12184.1688836561.1565.graphicsmagick-commit@lists.sourceforge.net> |
changeset 684bff5e69e6 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=684bff5e69e6 summary: fuzzing/oss-fuzz-build.sh: Fix typo which breaks oss-fuzz build. diffstat: ChangeLog | 2 ++ fuzzing/oss-fuzz-build.sh | 2 +- www/Changelog.html | 1 + 3 files changed, 4 insertions(+), 1 deletions(-) diffs (34 lines): diff -r 43bc74dd0c13 -r 684bff5e69e6 ChangeLog --- a/ChangeLog Sat Jul 08 12:11:53 2023 -0500 +++ b/ChangeLog Sat Jul 08 12:15:28 2023 -0500 @@ -1,5 +1,7 @@ 2023-07-08 Bob Friesenhahn <[email protected]> + * fuzzing/oss-fuzz-build.sh: Fix typo which breaks oss-fuzz build. + * coders/jxl.c (WriteJXLImage): Port forward to latest development 0.9.0 API, which removes unused pixel_format from JxlDecoderGetColorAsEncodedProfile(), diff -r 43bc74dd0c13 -r 684bff5e69e6 fuzzing/oss-fuzz-build.sh --- a/fuzzing/oss-fuzz-build.sh Sat Jul 08 12:11:53 2023 -0500 +++ b/fuzzing/oss-fuzz-build.sh Sat Jul 08 12:15:28 2023 -0500 @@ -21,7 +21,7 @@ popd # build zstd -printf"==== Building zstd...\n" +printf "==== Building zstd...\n" pushd "$SRC/zstd" make -j$(nproc) lib-release make install PREFIX="$WORK" diff -r 43bc74dd0c13 -r 684bff5e69e6 www/Changelog.html --- a/www/Changelog.html Sat Jul 08 12:11:53 2023 -0500 +++ b/www/Changelog.html Sat Jul 08 12:15:28 2023 -0500 @@ -40,6 +40,7 @@ <p>2023-07-08 Bob Friesenhahn <<a class="reference external" href="mailto:bfriesen%40simple.dallas.tx.us">bfriesen<span>@</span>simple<span>.</span>dallas<span>.</span>tx<span>.</span>us</a>></p> <blockquote> <ul class="simple"> +<li><p>fuzzing/oss-fuzz-build.sh: Fix typo which breaks oss-fuzz build.</p></li> <li><p>coders/jxl.c (WriteJXLImage): Port forward to latest development 0.9.0 API, which removes unused pixel_format from JxlDecoderGetColorAsEncodedProfile(),