<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Rémi Denis-Courmont wrote:
<blockquote cite="mid:200809271259.07245.rem@videolan.org" type="cite">
  <pre wrap="">Le jeudi 25 septembre 2008 19:01:18 Dylan Yudaken, vous avez écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">attached with fixes.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Do not replace _correct_ unsigned (or size_t, or even ssize_t for that matter) 
with dubious int.

  </pre>
</blockquote>
changed, sorry I missed that<br>
<blockquote cite="mid:200809271259.07245.rem@videolan.org" type="cite">
  <pre wrap="">I also don't get the point of the delete-on-quit option... Why would someone 
want to not delete the files?
  </pre>
</blockquote>
It is quite useful if, for instance, you are watching TV with vlc and
want to dump all the data files somewhere after using vlc (to watch
again). it deletes them anyway on startup again.<br>
<blockquote cite="mid:200809271259.07245.rem@videolan.org" type="cite">
  <pre wrap="">
Finally, the C run-time normally takes care of deleting temporary files, which 
is more reliable (if VLC crashes) and safer (not deleting someone else file) 
than doing it by hand.
  </pre>
</blockquote>
agreed - but then you cant keep files after using vlc.<br>
</body>
</html>