Description: Autogenerated patch header for a single-debian-patch file.
 The delta against upstream is either kept as a single patch, or maintained
 in some VCS, and exported as a single patch instead of more manageable
 atomic patches.
Forwarded: not-needed

---
--- sed-4.9.orig/sed/execute.c
+++ sed-4.9/sed/execute.c
@@ -559,7 +559,7 @@ open_next_file (const char *name, struct
       if (follow_symlinks)
         input->in_file_name = follow_symlink (name);
 
-      if ( ! (input->fp = ck_fopen (name, read_mode, false)) )
+      if ( ! (input->fp = ck_fopen (input->in_file_name, read_mode, false)) )
         {
           const char *ptr = strerror (errno);
           fprintf (stderr, _("%s: can't read %s: %s\n"), program_name,
