diff --git a/modules/libpref/src/mac/macpref.cp b/modules/libpref/src/mac/macpref.cp index a47b9b0084f..0db90451967 100644 --- a/modules/libpref/src/mac/macpref.cp +++ b/modules/libpref/src/mac/macpref.cp @@ -55,7 +55,7 @@ PREF_CopyPathPref(const char *pref_name, char ** return_buffer) { int dirSize; char *dirAliasBuf = NULL; - PrefResult result = PREF_CopyBinaryPref(pref_name, &dirAliasBuf, &dirSize); + PrefResult result = PREF_CopyBinaryPref(pref_name, &dirAliasBuf, &dirSize, PR_FALSE); if (result != PREF_NOERROR) return result;