mirror of https://gitlab.com/basile.b/dexed.git
fix for a getopt regression in 2.071
This commit is contained in:
parent
ac5fa27f88
commit
9fe1545de2
|
@ -37,7 +37,7 @@ void main(string[] args)
|
||||||
{
|
{
|
||||||
// format
|
// format
|
||||||
bool asJson;
|
bool asJson;
|
||||||
getopt(args, std.getopt.config.passThrough, 'j', &asJson);
|
getopt(args, std.getopt.config.passThrough, "j", &asJson);
|
||||||
|
|
||||||
// get either the module from stdin or from first arg
|
// get either the module from stdin or from first arg
|
||||||
string fname;
|
string fname;
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6a42726a7b8286df19db561a2f35f75d8c4a9e77
|
Subproject commit a03641db1bfa109d860eeb6e2ffdf3c81fd9e712
|
Loading…
Reference in New Issue