* som.c (som_write_symbol_strings): Cast current_offset in
[deliverable/binutils-gdb.git] / bfd / som.c
index e955c09fb61f298589c8bb0f4a709c611685c8b4..0f1fc09e851270a0be7f6fd8b715fc6af9aa3677 100644 (file)
--- a/bfd/som.c
+++ b/bfd/som.c
@@ -3189,7 +3189,7 @@ som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep,
 
   /* Seek to the start of the space strings in preparation for writing
      them out.  */
-  if (bfd_seek (abfd, current_offset, SEEK_SET) != 0)
+  if (bfd_seek (abfd, (file_ptr) current_offset, SEEK_SET) != 0)
     return false;
 
   if (compilation_unit)
This page took 0.02503 seconds and 4 git commands to generate.