mirror of
https://github.com/Ed94/metadesk.git
synced 2026-07-16 06:21:26 -07:00
toy language sample; fix a couple of bugs
This commit is contained in:
+1
-1
@@ -2510,7 +2510,7 @@ MD_FUNCTION MD_String8List
|
||||
MD_StringListFromArgCV(int argument_count, char **arguments)
|
||||
{
|
||||
MD_String8List options = MD_ZERO_STRUCT;
|
||||
for(int i = 0; i < argument_count; i += 1)
|
||||
for(int i = 1; i < argument_count; i += 1)
|
||||
{
|
||||
MD_PushStringToList(&options, MD_S8CString(arguments[i]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user