aboutsummaryrefslogtreecommitdiff
path: root/src/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/module.c')
-rw-r--r--src/module.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/module.c b/src/module.c
index ca1d471..de00534 100644
--- a/src/module.c
+++ b/src/module.c
@@ -1,3 +1,3 @@
1/* wydawca - automatic release submission daemon 1/* wydawca - automatic release submission daemon
2 Copyright (C) 2007-2013 Sergey Poznyakoff 2 Copyright (C) 2007-2013, 2017 Sergey Poznyakoff
3 3
@@ -113,3 +113,3 @@ modload(struct module *mod, lt_dladvise advise)
113 if (!handle) { 113 if (!handle) {
114 grecs_error(&mod->locus, 0, 114 grecs_error(mod->locus.beg.file ? &mod->locus : NULL, 0,
115 _("cannot load module %s: %s"), mod->path, 115 _("cannot load module %s: %s"), mod->path,

Return to:

Send suggestions and report system problems to the System administrator.