2021-01-18 20:17:53 +01:00
|
|
|
--- options.c.orig 2019-10-06 06:09:39 UTC
|
2016-08-29 20:37:40 +02:00
|
|
|
+++ options.c
|
2021-01-18 20:17:53 +01:00
|
|
|
@@ -125,7 +125,7 @@ void do_options( const tsd_t *TSD, proclevel pl, stren
|
2016-08-29 20:37:40 +02:00
|
|
|
*/
|
|
|
|
if ( get_options_flag( pl, EXT_SINGLE_INTERPRETER ) )
|
|
|
|
{
|
|
|
|
- setGlobalTSD( TSD );
|
|
|
|
+ setGlobalTSD( (tsd_t *) TSD );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|