summaryrefslogtreecommitdiff
path: root/epan/filesystem.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-03-23 14:58:34 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-03-23 14:58:34 +0000
commit03941b54edb34ff625ab9f7300f076ece4a9ad9d (patch)
treebcec982e3b9ae22b8b3f2d14988db873206e63c2 /epan/filesystem.c
parent714c8c52b9eae4da4e8eb039e7ae95602e03c486 (diff)
downloadwireshark-03941b54edb34ff625ab9f7300f076ece4a9ad9d.tar.gz
Fixed second parameter to create_persconffile_profile.
svn path=/trunk/; revision=36291
Diffstat (limited to 'epan/filesystem.c')
-rw-r--r--epan/filesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/filesystem.c b/epan/filesystem.c
index d0a3b88fcb..9eab5b0462 100644
--- a/epan/filesystem.c
+++ b/epan/filesystem.c
@@ -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;
}