Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[binutils-gdb.git] / gold / nacl.h
index 323f8043ea28ceeb9ba8be4584cf5c0279ad0142..fa2b6125acc6139e6cba12add1c381d55d9d574e 100644 (file)
@@ -1,6 +1,6 @@
 // nacl.h -- Native Client support for gold    -*- C++ -*-
 
-// Copyright 2012 Free Software Foundation, Inc.
+// Copyright (C) 2012-2017 Free Software Foundation, Inc.
 
 // This file is part of gold.
 
@@ -60,7 +60,7 @@ class Sniff_file
   {
    public:
     View(File_read& file, off_t file_offset, off_t data_size)
-      : data_(file.get_view(0, file_offset, data_size, true, false))
+      : data_(file.get_view(file_offset, 0, data_size, true, false))
     { }
 
     const unsigned char* data()