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

Dmitry Timoshkov dmitry at codeweavers.com
Sun Nov 26 02:03:49 CST 2006


Hello,

Changelog:
    winedump: Make the implementation match the prototype.

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

diff --git a/tools/winedump/dump.c b/tools/winedump/dump.c
index 96457a0..fe86190 100644
--- a/tools/winedump/dump.c
+++ b/tools/winedump/dump.c
@@ -79,7 +79,7 @@ void dump_data( const unsigned char *ptr
     printf( "\n" );
 }
 
-const char *get_time_str(const unsigned long _t)
+const char *get_time_str(unsigned long _t)
 {
     const time_t    t = (const time_t)_t;
     const char      *str = ctime(&t);
-- 
1.4.2






More information about the wine-patches mailing list