mirror of
https://github.com/CPunch/Laika.git
synced 2025-10-09 17:30:06 +00:00
Implemented linpersist.c:laikaB_checkRoot(), fixed Shell config argument
This commit is contained in:
@@ -52,7 +52,7 @@ int main(int argv, char *argc[]) {
|
||||
shellC_init(&client);
|
||||
|
||||
/* load config file */
|
||||
if (argv > 2)
|
||||
if (argv >= 2)
|
||||
configFile = argc[1];
|
||||
|
||||
if (!loadConfig(&client, configFile))
|
||||
|
Reference in New Issue
Block a user