* Jerome obviously did not test the new libjpeg... replaced /usr/tmp with /tmp
as found out in #5332. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35332 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
72382fa629
commit
00d70bc148
@ -67,7 +67,7 @@ extern void free JPP((void *ptr));
|
||||
*/
|
||||
|
||||
#ifndef TEMP_DIRECTORY /* can override from jconfig.h or Makefile */
|
||||
#define TEMP_DIRECTORY "/usr/tmp/" /* recommended setting for Unix */
|
||||
#define TEMP_DIRECTORY "/tmp/" /* recommended setting for Unix */
|
||||
#endif
|
||||
|
||||
static int next_file_num; /* to distinguish among several temp files */
|
||||
|
Loading…
Reference in New Issue
Block a user