aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-12 10:09:10 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2005-08-12 10:09:10 +0000
commit931aeede61f4688cc52d9a63fe482dd75b89d888 (patch)
tree2b387b6cb5b54b75b1b9a5795e826e1b041147c4 /libasn1compiler
parent9fe7c92008c995a2bfaddd8dc7c02e1c7b5db56c (diff)
restructured member variable names
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@952 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1compiler')
-rw-r--r--libasn1compiler/asn1c_save.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libasn1compiler/asn1c_save.c b/libasn1compiler/asn1c_save.c
index 8a67e26e..0ab81563 100644
--- a/libasn1compiler/asn1c_save.c
+++ b/libasn1compiler/asn1c_save.c
@@ -208,7 +208,7 @@ asn1c_save_streams(arg_t *arg, asn1c_fdeps_t *deps) {
" * From ASN.1 module \"%s\"\n"
" * \tfound in \"%s\"\n"
" */\n\n",
- arg->mod->Identifier,
+ arg->mod->ModuleName,
arg->mod->source_file_name
);
fprintf(fp_h,
@@ -217,7 +217,7 @@ asn1c_save_streams(arg_t *arg, asn1c_fdeps_t *deps) {
" * From ASN.1 module \"%s\"\n"
" * \tfound in \"%s\"\n"
" */\n\n",
- arg->mod->Identifier,
+ arg->mod->ModuleName,
arg->mod->source_file_name
);