diff options
author | Eduardo Chappa <chappa@washington.edu> | 2021-04-04 20:59:17 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2021-04-04 20:59:17 -0600 |
commit | e189040a9d6b6e366bd71fd2121f736c18f3039f (patch) | |
tree | b4fe091856854936f4164413bde1c75d598a173e /include | |
parent | 5a6ddae7324ec3e753aba48e9244ee138eaf8da4 (diff) | |
download | alpine-e189040a9d6b6e366bd71fd2121f736c18f3039f.tar.xz |
* PC-Alpine: Debug files used to be created with extension .txt1, .txt2, etc.
Rename those files so that they have extension .txt.
Diffstat (limited to 'include')
-rw-r--r-- | include/config.wnt.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config.wnt.h b/include/config.wnt.h index 77b9ae8f..5795e389 100644 --- a/include/config.wnt.h +++ b/include/config.wnt.h @@ -24,7 +24,10 @@ #define DEBUG /* Default configuration value */ -#define DEBUGFILE "pinedebg.txt" +#define DEBUGFILE "pinedebg" + +/* Default extension for debug files */ +#define DEBUGFILEEXT ".txt" /* Display debug messages in journal */ #define DEBUGJOURNAL |