You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-misc/taylor-uucp/files/taylor-uucp-1.07-fprintf.patch

12 lines
188 B

--- a/uuconv.c
+++ b/uuconv.c
@@ -676,7 +676,7 @@
{
if ((*pz)[0] != '-' && pz != pzarg)
fprintf (e, " ");
- fprintf (e, *pz);
+ fprintf (e, "%s", *pz);
}
}