Save ringprofiles as a "prf" file

It shouldn't be cfg since it's raw data, not a text format.
This commit is contained in:
Sally Coolatta 2022-08-30 03:52:41 -04:00
parent d5a4954dd3
commit 8228377a0e

View file

@ -29,7 +29,7 @@
#define PROFILENAMELEN 6 #define PROFILENAMELEN 6
#define PROFILEVER 1 #define PROFILEVER 1
#define MAXPROFILES 16 #define MAXPROFILES 16
#define PROFILESFILE "ringprofiles.cfg" #define PROFILESFILE "ringprofiles.prf"
#define PROFILE_GUEST 0 #define PROFILE_GUEST 0
#define PROFILEDEFAULTNAME "guest" #define PROFILEDEFAULTNAME "guest"