Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index edfac158a9cdfbb1981987cddec93ae2582370b4..2c1973c2a42bdea0f1b33ac450332138ea70df56 100644 (file)
@@ -1898,7 +1898,7 @@ bfd_mach_o_write_symtab_content (bfd *abfd, bfd_mach_o_symtab_command *sym)
   if (bfd_seek (abfd, sym->stroff, SEEK_SET) != 0)
     goto err;
 
-  if (_bfd_stringtab_emit (abfd, strtab) != TRUE)
+  if (!_bfd_stringtab_emit (abfd, strtab))
     goto err;
 
   /* Pad string table.  */
This page took 0.024303 seconds and 4 git commands to generate.