Commit 2d0ca5b2 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

winedump: Make the implementation match the prototype.

parent eea1b5e2
......@@ -79,7 +79,7 @@ void dump_data( const unsigned char *ptr, unsigned int size, const char *prefix
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment