Changeset 7d250086f7bde8ec76e4388040c9af7ac3ac5ef4

Show
Ignore:
Timestamp:
21/10/07 11:58:59 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1192960739 +0000
git-parent:

[65bc1a4e3dfdd078a35c4bf0923007addf3f1996]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1192960739 +0000
Message:

Remove silly debug for previous commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/control/core.c

    r65bc1a4 r7d25008  
    8585    libvlc_instance_t *p_new; 
    8686 
    87     for (int i = 0; i < argc; i++) 
    88         printf ("%d: %s\n", i, argv[i]); 
    89  
    9087    libvlc_int_t *p_libvlc_int = libvlc_InternalCreate(); 
    9188    if( !p_libvlc_int ) RAISENULL( "VLC initialization failed" );