mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-02 22:07:08 +02:00
Add "-c" option to "dump" to show constness when dumping variables.
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ int main(int argc, char *argv[])
|
||||
DoReminders();
|
||||
|
||||
if (DebugFlag & DB_DUMP_VARS) {
|
||||
DumpVarTable();
|
||||
DumpVarTable(0);
|
||||
DumpSysVarByName(NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user