Fixed second parameter to create_persconffile_profile.

svn path=/trunk/; revision=36291
This commit is contained in:
Stig Bjørlykke 2011-03-23 14:58:34 +00:00
parent 714c8c52b9
commit 03941b54ed
1 changed files with 1 additions and 1 deletions

View File

@ -1198,7 +1198,7 @@ create_persconffile_profile(const char *profilename, char **pf_dir_path_return)
/*
* Create the "Default" personal configuration files directory, if necessary.
*/
if (create_persconffile_profile (NULL, &pf_dir_path_return) == -1) {
if (create_persconffile_profile (NULL, pf_dir_path_return) == -1) {
return -1;
}