mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
in the jdk13 port build. Brought to you by MALLOC_OPTIONS "A" and "J". . Bump PORTREVISION. Approved by: portmgr (kris)
13 lines
326 B
C
13 lines
326 B
C
$FreeBSD$
|
|
|
|
--- scsl/InvokerGen.c.orig Fri Aug 19 11:04:45 2005
|
|
+++ scsl/InvokerGen.c Fri Aug 19 11:04:03 2005
|
|
@@ -475,7 +475,8 @@
|
|
", of sig='", si->sig, "'");
|
|
}
|
|
}
|
|
t[j] = 0;
|
|
+ sb[pos] = NUL;
|
|
si->returnType = t[--j];
|
|
si->binTerse = t;
|
|
si->terse = sb;
|