mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
dc4b1b5154
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)
12 lines
334 B
C
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 )
|
|
{
|