mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-16 12:45:18 +03:00
13 lines
326 B
Diff
13 lines
326 B
Diff
diff --git a/src/perl-mmagic-xs.c b/src/perl-mmagic-xs.c
|
|
index d418d38..03d43a8 100644
|
|
--- a/src/perl-mmagic-xs.c
|
|
+++ b/src/perl-mmagic-xs.c
|
|
@@ -1110,7 +1110,7 @@ GetDesc:
|
|
|
|
error:
|
|
FMM_SET_ERROR(state, err);
|
|
- croak(SvPV_nolen(err));
|
|
+ croak("%s", SvPV_nolen(err));
|
|
}
|
|
|
|
/* maps to mod_mime_magic::apprentice */
|