aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix/asn1fix_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasn1fix/asn1fix_internal.h')
-rw-r--r--libasn1fix/asn1fix_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1fix/asn1fix_internal.h b/libasn1fix/asn1fix_internal.h
index 79a5cf27..d4a5e845 100644
--- a/libasn1fix/asn1fix_internal.h
+++ b/libasn1fix/asn1fix_internal.h
@@ -104,7 +104,7 @@ typedef struct arg_s {
int _save_errno = errno; \
if(code < 0) { \
if(arg->debug) \
- arg->debug(code, fmt " in %s (%s@%d)", \
+ arg->debug(code, fmt " in %s (%s:%d)", \
##args, \
arg->mod->source_file_name, \
__FILE__, __LINE__); \