File: fix-pdsend.patch

package info (click to toggle)
pd-ggee 0.26-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 824 kB
  • sloc: ansic: 6,102; makefile: 505; cpp: 239
file content (18 lines) | stat: -rw-r--r-- 579 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: use 'pdsend' rather than 'pd' in tcl-code
 the refactoring of the Pd-GUI renamed the 'pd' proc to 'pdsend'
Origin: upstream
Reviewed-by: IOhannes m zmölnig
Last-Update: 2017-03-13
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- pd-ggee.orig/gui/button.c
+++ pd-ggee/gui/button.c
@@ -317,7 +317,7 @@
 
 /* pipe startup code to tk */
 
-    sys_vgui("proc button_cb%lx {} {pd [concat %s b \\;]}\n", x, buf);
+    sys_vgui("proc button_cb%lx {} {pdsend [concat %s b \\;]}\n", x, buf);
 
     outlet_new(&x->x_obj, &s_float);
     return (x);