Changeset e5eae01a3ef40bc9399c7da03958163571355008

Show
Ignore:
Timestamp:
06/14/08 10:09:06 (3 months ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1213430946 +0200
git-parent:

[23844810c6a042193496ed3de7b7b7eb8895f505]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1213107878 +0200
Message:

Fix compiler error.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/activex/vlccontrol2.cpp

    r7f06456 re5eae01  
    543543        if( ! libvlc_exception_raised(&ex) ) 
    544544        { 
    545             libvlc_media_player_set_time(p_md, (vlc_int64_t)time, &ex); 
     545            libvlc_media_player_set_time(p_md, (int64_t)time, &ex); 
    546546            libvlc_media_player_release(p_md); 
    547547            if( ! libvlc_exception_raised(&ex) )