mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Fix mix-up in main_zlib.cc
The example compresses from stdin to stdout, not vice versa. PiperOrigin-RevId: 320941406 Change-Id: I41c7fed1b7f6306541567c0df46a8590844db69b
This commit is contained in:
parent
63a8b3ff15
commit
5f35b4fc8c
|
@ -74,7 +74,7 @@ int main(int argc, char** argv) {
|
|||
return *ret;
|
||||
}
|
||||
|
||||
LOG(INFO) << "Starting decompression";
|
||||
LOG(INFO) << "Starting compression";
|
||||
|
||||
// Compress until end of file.
|
||||
do {
|
||||
|
|
Loading…
Reference in New Issue
Block a user