mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-14 11:54:43 +00:00
XrmParseCommand and XrmMergeDatabases depend on destination database being initialized. (#366)
This commit is contained in:
@@ -136,7 +136,7 @@ void print_Xusage(const char *prog)
|
||||
void read_Xoption(int *argc, char *argv[])
|
||||
{
|
||||
int bitmask;
|
||||
XrmDatabase commandlineDB, applicationDB, serverDB, rDB;
|
||||
XrmDatabase commandlineDB = NULL, applicationDB, serverDB, rDB = NULL;
|
||||
XrmValue value;
|
||||
char *str_type[30], tmp[1024], *envname;
|
||||
Display *xdisplay;
|
||||
|
||||
Reference in New Issue
Block a user