[4/6] Add a partial COFF library support to the winedump

Dmitry Timoshkov dmitry at codeweavers.com
Sun Nov 26 02:04:33 CST 2006


Hello,

Changelog:
    winedump: Fix a copy/paste typo.

---
 tools/winedump/lnk.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/winedump/lnk.c b/tools/winedump/lnk.c
index f4669c1..78b2c45 100644
--- a/tools/winedump/lnk.c
+++ b/tools/winedump/lnk.c
@@ -454,11 +454,11 @@ #undef FLAG
     return 0;
 }
 
-int dump_lnk(const char *emf)
+int dump_lnk(const char *lnk)
 {
     int fd;
 
-    fd = open(emf,O_RDONLY);
+    fd = open(lnk,O_RDONLY);
     if (fd<0)
         return -1;
     dump_lnk_fd(fd);
-- 
1.4.2






More information about the wine-patches mailing list