1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/lang/rexx-regina/files/patch-strmath.c
Fernando Apesteguía dc4b1b5154 lang/rexx-regina: upgrade to 3.9.3
ChangeLog:
https://sourceforge.net/projects/regina-rexx/files/regina-rexx/3.9.3/

PR:	252726
Submitted by:	bob@eager.cx (maintainer)
MFH:	2021Q1 (plenty of bugfixes)
2021-01-18 19:17:53 +00:00

12 lines
334 B
C

--- strmath.c.orig 2019-10-06 06:09:40 UTC
+++ strmath.c
@@ -296,7 +296,7 @@ int descr_to_int( const tsd_t *TSD, const num_descr *i
streng *h;
h = name_of_node( TSD, NULL, input );
- fs = tmpstr_of( TSD, h );
+ fs = tmpstr_of( (tsd_t *) TSD, h );
Free_stringTSD( h );
switch( errnum )
{