bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #33483] temporary directory


From: Harry Thijssen
Subject: PSPP-BUG: [bug #33483] temporary directory
Date: Sat, 25 Jun 2011 14:54:30 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

Follow-up Comment #12, bug #33483 (project pspp):

As far as I understand:

#include <stdio.h>
#ifndef P_tmpdir
# define P_tmpdir "/tmp"
#endif

leaves P_tmpdir filled by stdio.h or defined it with "/tmp". In stdio.h it is
defined as "" actually "\". To me it looks as if it never tries to use /tmp. 

A hardcoded fallback to /tmp has indeed the same issues as /Windows/Temp. Even
more as /tmp is not defined by MSWindows.

The MSWindows syscall looks promising. Surprising that MS in manuals states 
that TMP is old and programs use the newer TEMP and in such a call TMP is
first checked. address@hidden&




 

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33483>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]