diff options
author | Stephen Hurd <shurd@FreeBSD.org> | 2014-12-12 14:30:06 +0000 |
---|---|---|
committer | Stephen Hurd <shurd@FreeBSD.org> | 2014-12-12 14:30:06 +0000 |
commit | 361a77eacc4e8ea43cf7a11f275b47fc552b7ca6 (patch) | |
tree | 6988e654ee3a22ab7a44bd67454ccd5f50c3d666 /comms/soundmodem/files/patch-configapp_src_diag.c | |
parent | Add back PORTEPOCH which got lost in the GNOME 3 import in rev 372768. (diff) |
Update to 0.18.
Add more mirrors (primary is currently down) as well as MASTER_SITE_LOCAL
This claims to have integrated patches from the port, but only one patch
gets deleted.
Notes
Notes:
svn path=/head/; revision=374593
Diffstat (limited to 'comms/soundmodem/files/patch-configapp_src_diag.c')
-rw-r--r-- | comms/soundmodem/files/patch-configapp_src_diag.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/comms/soundmodem/files/patch-configapp_src_diag.c b/comms/soundmodem/files/patch-configapp_src_diag.c deleted file mode 100644 index 16e1410ba6d5..000000000000 --- a/comms/soundmodem/files/patch-configapp_src_diag.c +++ /dev/null @@ -1,11 +0,0 @@ ---- configapp/src/diag.c.orig 2013-12-13 14:39:25.388350545 -0500 -+++ configapp/src/diag.c 2013-12-13 14:40:12.600347047 -0500 -@@ -473,7 +473,7 @@ - cp += sprintf(cp, "%c", diagstate.p3d.packet[i+j]); - } - } -- cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[514], " "); -+ cp += sprintf(cp, "\n%04x: %02x %02x%44s", 512, diagstate.p3d.packet[512], diagstate.p3d.packet[513], " "); - for (i = 512; i < 514; i++) { - if (diagstate.p3d.packet[i] < ' ' || diagstate.p3d.packet[i] >= 0x80) - cp += sprintf(cp, "."); |