mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 19:20:36 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
342 B
C
11 lines
342 B
C
--- interface/tk_c.c.orig 2011-12-03 15:49:19 UTC
|
|
+++ interface/tk_c.c
|
|
@@ -913,7 +913,7 @@ static char *v_eval(char *fmt, ...)
|
|
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)
|