Changeset 21720e09b3b624c8f7f5a342d9ac703de074154d

Show
Ignore:
Timestamp:
08/03/08 10:39:01 (9 months ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1204969141 -0800
git-parent:

[c41d1baf4d94e17fc6949a3703457c8fa4cfa958]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1204969141 -0800
Message:

GetLastError? throws a DWORD, IIRC, not a char*

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/threads.c

    ra78e273 r21720e0  
    754754    int64_t real_time, kernel_time, user_time; 
    755755    HANDLE hThread; 
    756   
     756 
    757757    /* 
    758758    ** object will close its thread handle when destroyed, duplicate it here 
     
    767767            DUPLICATE_SAME_ACCESS) ) 
    768768    { 
    769         msg_Err( p_this, "thread_join(%u) failed at %s:%d (%s)", 
     769        msg_Err( p_this, "thread_join(%u) failed at %s:%d (%i)", 
    770770                         (unsigned int)p_priv->thread_id.id, 
    771771             psz_file, i_line, GetLastError() );