Skip to content

Commit

Permalink
assert_h: refer to libbzip2-rs instead of libbzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Nov 8, 2024
1 parent 76da3c8 commit c68b53c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions c2rust-lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ impl core::fmt::Display for AssertFail {
concat!(
"\n",
"\n",
"bzip2/libbzip2: internal error number {}.\n",
"This is a bug in bzip2/libbzip2, {}.\n",
"libbzip2-rs: internal error number {}.\n",
"This is a bug in libbzip2-rs, {}.\n",
"Please report it at: https://github.com/trifectatechfoundation/libbzip2-rs/issues\n",
"If this happened when you were using some program which uses\n",
"libbzip2 as a component, you should also report this bug to\n",
"libbzip2-rs as a component, you should also report this bug to\n",
"the author(s) of that program.\n",
"Please make an effort to report this bug;\n",
"timely and accurate bug reports eventually lead to higher\n",
Expand Down

0 comments on commit c68b53c

Please sign in to comment.