* bfd.c (bfd_scan_vma): Cast end to be non const before passing it

to strtoul.
This commit is contained in:
Ian Lance Taylor 1994-10-14 15:09:07 +00:00
parent 4be4b991a6
commit 61c94e5e64
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Fri Oct 14 11:07:50 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* bfd.c (bfd_scan_vma): Cast end to be non const before passing it
to strtoul.
Thu Oct 13 14:40:41 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
* bfd.c (bfd_scan_vma): Pass end argument on to strtoul.