From a57f2827b5c85cb2e975479e9a78183a6adb796c Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Sun, 24 Jan 2016 18:19:35 -0800 Subject: different relative path --- libasn1fix/check_fixer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libasn1fix/check_fixer.c b/libasn1fix/check_fixer.c index 305c5678..ff4d19ce 100644 --- a/libasn1fix/check_fixer.c +++ b/libasn1fix/check_fixer.c @@ -190,7 +190,7 @@ check(const char *fname, if(r_value == 0) { asn1p_t *std_asn; - std_asn = asn1p_parse_file(TOP_SRCDIR_S "/skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1", A1P_NOFLAGS); + std_asn = asn1p_parse_file("../skeletons/standard-modules/ASN1C-UsefulInformationObjectClasses.asn1", A1P_NOFLAGS); if(std_asn) { asn1p_module_t *mod; while((mod = TQ_REMOVE(&(std_asn->modules), mod_next))) { -- cgit v1.2.3