]> git.pld-linux.org Git - packages/flowd.git/blob - format-error.patch
perl 5.38.0 rebuild
[packages/flowd.git] / format-error.patch
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.065573 seconds and 3 git commands to generate.