<div dir="ltr"><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">What about fd://20#65477:445677 ?</blockquote><div>It seems anything after a hash gets trimmed and I am then unable to get the data that is normally stored in psz_location. If the trim process stores it elsewhere I can access, I could work it like that.<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Why long, and not off_t ? <br></blockquote><div>Just an artifact of being new to vlc codebase and C. The data coming from android is a long, so I mentally kept it the same here. Let me know if this is something that is worth changing.<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
Please do not change the coding style<br></blockquote><div>Are you referring to the longs or something else? <br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">Why not strdup? <br></blockquote><div>I simply was not familiar with this other C string function. It does look more appropriate. I'll change it to use strdup instead of strcpy and malloc.<br></div></div><br><br></div></div><br>On Tue, Jan 5, 2016 at 9:46 AM, Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> wrote:<br>> On 05 Jan, Kevin Whitaker wrote :<br>>> +    long fd_offset;<br>><br>> Why long, and not off_t ?<br>><br>>> +    long fd_size;<br>><br>> Why long and not off_t ?<br>><br>> With my kindest regards,<br>><br>> --<br>> Jean-Baptiste Kempf<br>> <a href="http://www.jbkempf.com/">http://www.jbkempf.com/</a> - +33 672 704 734<br>> Sent from my Electronic Device<br>> _______________________________________________<br>> vlc-devel mailing list<br>> To unsubscribe or modify your subscription options:<br>> <a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br><br><br><br>-- <br>Kevin Whitaker<br>Application Engineer | LISNR<br><a href="mailto:kevin@lisnr.com">kevin@lisnr.com</a><br><br>  website | twitter | facebook<br><br><br> LISNR in the News:<br> CNBC - 2015 CNBC Disruptor 50 companies<br> Adweek - McDonald's 'Shark Tank' Winner at SXSW<br> TechCrunch - R/GA Accelerator Demo Day<br><br>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.  If you are not the named addressee, you should not disseminate, distribute or copy this email. Please notify the sender immediately by email if you have received this email by mistake and delete this email from your system. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.  Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the LISNR, INC.</div>