<div dir="ltr">Thanks Remi, my updated patch is attached.<br><br><div class="gmail_quote">On Wed, Oct 15, 2008 at 10:16 AM, Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:rem@videolan.org">rem@videolan.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">        Hello,<br>
<br>
Le mercredi 15 octobre 2008 15:33:01 Scott Lyons, vous avez écrit :<br>
<div class="Ih2E3d">> [PATCH] Working on a few remote-control applications that require more<br>
> details about the files in the playlist and the currently playing<br>
> file.<br>
<br>
</div>Your patch is corrupted. Tell your mail agent to not reformat, or send the<br>
0001-*.patch file as an attachment.<br>
<div class="Ih2E3d"><br>
> @@ -384,10 +384,59 @@ void PlaylistListNode( intf_thread_t *p_intf,<br>
> playlist_t *p_pl,<br>
>          else<br>
>              mvar_AppendNewVar( itm, "ro", "rw" );<br>
><br>
> -        sprintf( value, "%ld",<br>
> -                 (long) input_item_GetDuration( p_node->p_input ) );<br>
> +        sprintf( value, "%ld", (long) input_item_GetDuration(<br>
> p_node->p_input ) );<br>
>          mvar_AppendNewVar( itm, "duration", value );<br>
<br>
</div>Remove the (long) cast and replace '"%ld"' with '"%"PRId64'.<br>
<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary" target="_blank">http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary</a><br>
</font></blockquote></div><br></div>