aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/asn1fix_export.c
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-08-18 13:38:19 +0000
committerLev Walkin <vlm@lionet.info>2005-08-18 13:38:19 +0000
commitb85a8135dae955c09b23197f5497b8ff911d083d (patch)
treeafc3f841706d6e89951802d5d00b2442f2163f84 /libasn1fix/asn1fix_export.c
parente44ea0bdd9f5dd291c1fa3b7b6dbcedddd6c51df (diff)
automatic dependency tracking
Diffstat (limited to 'libasn1fix/asn1fix_export.c')
-rw-r--r--libasn1fix/asn1fix_export.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libasn1fix/asn1fix_export.c b/libasn1fix/asn1fix_export.c
index d6866fda..0a543dc1 100644
--- a/libasn1fix/asn1fix_export.c
+++ b/libasn1fix/asn1fix_export.c
@@ -7,7 +7,6 @@ extern arg_t a1f_replace_me_with_proper_interface_arg;
asn1p_expr_t *
asn1f_lookup_symbol_ex(
asn1p_t *asn,
- asn1p_module_t *mod,
asn1p_expr_t *expr,
asn1p_ref_t *ref) {
arg_t arg;
@@ -15,13 +14,13 @@ asn1f_lookup_symbol_ex(
memset(&arg, 0, sizeof(arg));
arg.asn = asn;
- arg.mod = mod;
+ arg.mod = expr->module;
arg.expr = expr;
arg.eh = a1f_replace_me_with_proper_interface_arg.eh;
arg.debug = a1f_replace_me_with_proper_interface_arg.debug;
- return asn1f_lookup_symbol(&arg, mod, ref);
+ return asn1f_lookup_symbol(&arg, expr->module, ref);
}
asn1p_expr_t *