fix for "deprecated conversion from string constant to 'char*'" error.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Siarzhuk Zharski 2010-06-25 20:20:59 +00:00
parent 27a54cf005
commit d31f4dd5eb
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ find_directory(directory_which which, dev_t device, bool createIt,
struct fs_info fsInfo;
struct stat st;
char *buffer = NULL;
char *home = NULL;
const char *home = NULL;
const char *templatePath = NULL;
/* as with the R5 version, no on-stack buffer */