mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
[PR #940] [CLOSED] Fix: write success message to stdout instead of stderr #1508
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/940
Author: @Marcuse7
Created: 11/16/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
801ee64Write success info to stdout instead of stderr📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
c/tools/brotli.c(+2 -2)📄 Description
Minor fix: when brotli exits with
BROTLI_TRUEit should write its message tostdoutinstead ofstderr.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.