Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54ac189

Browse files
committed
Add __sinit() call according to Jack.
1 parent 3626999 commit 54ac189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_tkinter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,7 @@ static FSSpec library_fss;
13611361
OSErr pascal
13621362
init_tkinter_shlib(InitBlockPtr data)
13631363
{
1364+
__sinit(); /* Sez Jack */
13641365
if ( data == nil ) return noErr;
13651366
if ( data->fragLocator.where == kOnDiskFlat ) {
13661367
library_fss = *data->fragLocator.u.onDisk.fileSpec;

0 commit comments

Comments
 (0)