mid2agb: allow -L param to take string
This commit is contained in:
@@ -153,7 +153,7 @@ int main(int argc, char** argv)
|
|||||||
case 'L':
|
case 'L':
|
||||||
if (arg == nullptr)
|
if (arg == nullptr)
|
||||||
PrintUsage();
|
PrintUsage();
|
||||||
g_asmLabel = std::stoi(arg);
|
g_asmLabel = arg;
|
||||||
break;
|
break;
|
||||||
case 'N':
|
case 'N':
|
||||||
g_compressionEnabled = false;
|
g_compressionEnabled = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user