* 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:
Axel Dörfler 2010-01-29 15:20:45 +00:00
parent 72382fa629
commit 00d70bc148
1 changed files with 1 additions and 1 deletions

View File

@ -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 */