1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

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.

This commit is contained in:
Mounir IDRASSI
2015-06-14 18:06:41 +02:00
parent 7d55b028f2
commit d31466ae7a
4 changed files with 58 additions and 6 deletions

View File

@@ -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;