Setup default exts

This commit is contained in:
simon.kagstrom 2010-01-05 14:56:21 +00:00
parent 5f11ca70fa
commit 3bce2ac0a0

View File

@ -12,6 +12,9 @@ public:
this->path = NULL;
this->exts = exts;
if (!this->exts)
this->exts = (const char **){ NULL };
/* If nothing else: Set the default list */
this->setDefaultFileList();
}