Tcl Source Code

View Ticket
Login
Ticket UUID: bf899d6d6d5b6b8ace9ecc21f3e291921bf3b550
Title: tclUnixSock.c: remove unnecessary cast
Type: Patch Version: 8.6.13
Submitter: chrstphrchvz Created on: 2023-10-12 12:40:04
Subsystem: 25. Channel System Assigned To: jan.nijtmans
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2023-10-17 09:58:16
Resolution: Fixed Closed By: chrstphrchvz
    Closed on: 2023-10-17 09:58:16
Description:

The WrapNotify() function does not need to be cast when passed to Tcl_CreateFileHandler() because it is already a Tcl_FileProc (although I would suggest using this typedef in its declaration). See attached patch.

User Comments: chrstphrchvz added on 2023-10-17 09:58:16:

This was committed in [65eda1fd0649]. Thanks, Jan!


Attachments: