mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
42293bc9ba
Add extra flags to `autoreconf` so that the script works against slackware-current. Thanks to tekk. Move timidity.cfg from /etc to /etc/timidity, along with other script cleanup suggestions. Thanks to Mii Bolen. Signed-off-by: Kyle Guinn <elyk03@gmail.com>
13 lines
312 B
Diff
13 lines
312 B
Diff
http://bugs.gentoo.org/451296
|
|
|
|
--- a/interface/tk_c.c
|
|
+++ b/interface/tk_c.c
|
|
@@ -913,7 +913,7 @@
|
|
vsnprintf(buf, sizeof(buf), fmt, ap);
|
|
Tcl_Eval(my_interp, buf);
|
|
va_end(ap);
|
|
- return my_interp->result;
|
|
+ return Tcl_GetStringResult(my_interp);
|
|
}
|
|
|
|
static const char *v_get2(const char *v1, const char *v2)
|