diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-06-14 18:06:41 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-06-19 18:31:59 +0200 |
commit | d31466ae7a55668a6b9a3b1eda82abcbfc58e9c6 (patch) | |
tree | 0a1197ee42f2ffb49faa2c29c5aea5b0d42b791e /src/Mount/Favorites.cpp | |
parent | 7d55b028f277fb5598da40e7ae8167ba0a4218a7 (diff) | |
download | VeraCrypt-d31466ae7a55668a6b9a3b1eda82abcbfc58e9c6.tar.gz VeraCrypt-d31466ae7a55668a6b9a3b1eda82abcbfc58e9c6.zip |
Windows: If PIM of a volume is changed and if it is a favorite or system favorite, automatically update favorite or system favorite XML file with the new value.
Diffstat (limited to 'src/Mount/Favorites.cpp')
-rw-r--r-- | src/Mount/Favorites.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mount/Favorites.cpp b/src/Mount/Favorites.cpp index 382b238d..50842a35 100644 --- a/src/Mount/Favorites.cpp +++ b/src/Mount/Favorites.cpp @@ -659,7 +659,7 @@ namespace VeraCrypt }
- static bool SaveFavoriteVolumes (HWND hwndDlg, const vector <FavoriteVolume> &favorites, bool systemFavorites)
+ bool SaveFavoriteVolumes (HWND hwndDlg, const vector <FavoriteVolume> &favorites, bool systemFavorites)
{
FILE *f;
int cnt = 0;
|