Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates-src > by-pkgid > 5756ffd1882b655e1a48d3324dd0d2cd > files > 20

rpm-4.9.1.3-8.fc17.src.rpm

diff --git a/tools/debugedit.c b/tools/debugedit.c
index 89d0428..dc424d3 100644
--- a/tools/debugedit.c
+++ b/tools/debugedit.c
@@ -1586,7 +1586,7 @@ main (int argc, char *argv[])
 	  if (strcmp (name, ".stab") == 0)
 	    {
 	      fprintf (stderr, "Stabs debuginfo not supported: %s\n", file);
-	      exit (1);
+	      break;
 	    }
 	  if (strcmp (name, ".debug_info") == 0)
 	    edit_dwarf2 (dso);