<!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">
    Hey Olaf, <br>
    <br>
    that is great, thank you! It works now. I will also create a patch
    against 2.0 and post it to the flyspray task. <br>
    <br>
    Kind regards <br>
    Bernd <br>
    <br>
    On 05/04/2011 03:28 PM, Dr. Olaf Ippisch wrote:
    <blockquote cite="mid:4DC15468.7040403@iwr.uni-heidelberg.de"
      type="cite">
      <pre wrap="">Hi Oliver and Others,

here is the patch. It uses the Posix function tmpnam, which generates
the name of a temporary file. The differences between tmpnam and the
non-Posix function mkstemp used in the original function
temporaryFileName() are:

- the form of the file name can not be influenced, when calling tmpnam.
It just generates some unique filename.

- mkstemp also makes sure that the file is directly opened such that it
can not happen that another process opens a file with the same name in
the time between the call to the name-generating function and the call
to fopen. However, as the file is afterwards closed again in
temporaryFileName() and just the name (and not the file pointer)
returned, this advantage is lost anyhow.

I hope that this is acceptable and think this should be a sufficient
replacement (which also reduces the amount of code).

Regards,
Olaf


</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Dune mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dune@dune-project.org">Dune@dune-project.org</a>
<a class="moz-txt-link-freetext" href="http://lists.dune-project.org/mailman/listinfo/dune">http://lists.dune-project.org/mailman/listinfo/dune</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
_____________________________________________________________________

Bernd Flemisch                               phone: +49 711 685 69162
IWS, Universität Stuttgart                   fax:   +49 711 685 60430
Pfaffenwaldring 61                  email: <a class="moz-txt-link-abbreviated" href="mailto:bernd@iws.uni-stuttgart.de">bernd@iws.uni-stuttgart.de</a>
D-70569 Stuttgart                  url: <a class="moz-txt-link-abbreviated" href="http://www.hydrosys.uni-stuttgart.de">www.hydrosys.uni-stuttgart.de</a>
_____________________________________________________________________
</pre>
  </body>
</html>