From 9fe1545de26bf0881fe2e064baeb0c43c55eb05b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 12 Apr 2016 11:06:20 +0200 Subject: [PATCH] fix for a getopt regression in 2.071 --- cesyms/cesyms.d | 2 +- etc/libdparse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cesyms/cesyms.d b/cesyms/cesyms.d index ecc4e1ca..907bb4a2 100644 --- a/cesyms/cesyms.d +++ b/cesyms/cesyms.d @@ -37,7 +37,7 @@ void main(string[] args) { // format 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 string fname; diff --git a/etc/libdparse b/etc/libdparse index 6a42726a..a03641db 160000 --- a/etc/libdparse +++ b/etc/libdparse @@ -1 +1 @@ -Subproject commit 6a42726a7b8286df19db561a2f35f75d8c4a9e77 +Subproject commit a03641db1bfa109d860eeb6e2ffdf3c81fd9e712