]> git.pld-linux.org Git - packages/flowd.git/blame - format-error.patch
perl 5.38.0 rebuild
[packages/flowd.git] / format-error.patch
CommitLineData
7174eac4
JR
1--- flowd-0.9.1/Flowd-perl/Flowd.xs~ 2005-08-21 13:17:02.000000000 +0200
2+++ flowd-0.9.1/Flowd-perl/Flowd.xs 2013-06-09 20:10:09.721811208 +0200
3@@ -70,7 +70,7 @@
4 buf = (char *)SvPV(ST(0), len);
5 r = store_flow_deserialise(buf, len, &flow, ebuf, sizeof(ebuf));
6 if (r != STORE_ERR_OK)
7- croak(ebuf);
8+ croak("%s", ebuf);
9
10 fields = ntohl(flow.hdr.fields);
11
This page took 0.070716 seconds and 4 git commands to generate.