Fixing a broken pipe in credit

[?]
May 9, 2021, 8:59 PM
OWCCRVO5LMF3AJ6CU76UOT6HS2VNGI6O3LGTTYQBKZLPCCRNETXQC

Dependencies

  • [2] I24UEJQL Various post-fire fixes
  • [3] 2K7JLB4Z No pager on Windows
  • [4] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/src/commands/credit.rs at line 54
    [2.22212][2.22212:22251]()
    libpijul::output::output_file(
    [2.22212]
    [3.180309]
    match libpijul::output::output_file(
  • replacement in pijul/src/commands/credit.rs at line 60
    [2.22338][3.180443:180455](),[3.180443][3.180443:180455]()
    )?;
    [2.22338]
    [3.180455]
    ) {
    Ok(_) => {},
    Err(libpijul::output::FileError::Io(io)) => {},
    Err(e) => return Err(e.into()),
    }