From 0c2cb3cba7d8adee96453cf2be008a3edca25c8b Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Thu, 20 Nov 2014 12:40:36 +0100 Subject: asn1: Fix import checking code All errors were not reported. Furthermore, get_referenced_type/2 will report errors if any module is missing, so the attempt to report additional errors in chained_import/4 would not find any errors. --- lib/asn1/src/asn1_records.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/asn1/src/asn1_records.hrl') diff --git a/lib/asn1/src/asn1_records.hrl b/lib/asn1/src/asn1_records.hrl index 24f4eabe38..a67c2e5cb2 100644 --- a/lib/asn1/src/asn1_records.hrl +++ b/lib/asn1/src/asn1_records.hrl @@ -90,7 +90,7 @@ vname, erule, parameters=[], - inputmodules, + inputmodules=[], abscomppath=[], recordtopname=[], options, -- cgit v1.2.3