aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/check_fixer.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2016-01-24 18:19:35 -0800
committerLev Walkin <vlm@lionet.info>2016-01-24 18:19:35 -0800
commita57f2827b5c85cb2e975479e9a78183a6adb796c (patch)
treef63dddd2b6bd47e7a5563f8ec3b2dd52da297bca /libasn1fix/check_fixer.c
parent3b2278aa3541c3bc2a8591a112c8aa478bc2f2b8 (diff)
different relative path
Diffstat (limited to 'libasn1fix/check_fixer.c')
-rw-r--r--libasn1fix/check_fixer.c2
1 files changed, 1 insertions, 1 deletions
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))) {