updated to more recent libxml2 version (work in progress)
This commit is contained in:
@@ -120,7 +120,10 @@ static void usershell(void) {
|
||||
command[i++] = *cur++;
|
||||
}
|
||||
command[i] = 0;
|
||||
if (i == 0) continue;
|
||||
if (i == 0) {
|
||||
free(cmdline);
|
||||
continue;
|
||||
}
|
||||
nbargs++;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user