mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
c6d9d0e734
commit
34e7eb829f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207741
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue