Unescape an HTML escape within this patch. It's been within the

context part only so all it did was causing fuzz when patching, thus
no PORTREVISION bump needed.
This commit is contained in:
Joerg Wunsch 2008-02-22 08:49:27 +00:00
parent c6d9d0e734
commit 34e7eb829f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207741

View file

@ -7,7 +7,7 @@ diff -u -p -p -r1.143 symfile.c
+++ symfile.c 19 Oct 2004 20:07:58 -0000
@@ -1405,7 +1405,7 @@ load_section_callback (bfd *abfd, asecti
struct cleanup *old_chain;
CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
CORE_ADDR lma = bfd_section_lma (abfd, asec) + args->load_offset;
bfd_size_type block_size;
- int err;
+ int err = 0;