som_write_symbol_strings: Fix incorrect type of current_offset to match

the function definition. Fixes a build failure on HPUX-11.00.
This commit is contained in:
Joel Brobecker 2001-09-28 21:35:45 +00:00
parent 9e85c2a02f
commit 982cfd7867
1 changed files with 1 additions and 1 deletions

View File

@ -3155,7 +3155,7 @@ static boolean
som_write_symbol_strings (abfd, current_offset, syms, num_syms, string_sizep,
compilation_unit)
bfd *abfd;
file_ptr current_offset;
unsigned long current_offset;
asymbol **syms;
unsigned int num_syms;
unsigned int *string_sizep;