[7/9] abidiff: Fix a thinko

Message ID 87y0esnxvf.fsf@seketeli.org
State New
Headers
Series [1/9] tests/mockfedabipkgdiff.in: Fix python module loading |

Commit Message

Dodji Seketeli July 30, 2026, 6:19 p.m. UTC
  Hello,

This one fixes an unfortunate thinko.

	* tools/abidiff.cc (main): Add the proper ABI corpus to the proper
	corpus group.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>

Applied to the master branch.
---
 tools/abidiff.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/tools/abidiff.cc b/tools/abidiff.cc
index f9c98b01..f263f755 100644
--- a/tools/abidiff.cc
+++ b/tools/abidiff.cc
@@ -1575,7 +1575,7 @@  main(int argc, char* argv[])
 	      // it.
 	      g2.reset(new corpus_group(c2->get_environment(),
 					c2->get_path()));
-	      g2->add_corpus(c1);
+	      g2->add_corpus(c2);
 	    }
 	}