diff options
Diffstat (limited to 'unix/tclUnixEvent.c')
| -rw-r--r-- | unix/tclUnixEvent.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/unix/tclUnixEvent.c b/unix/tclUnixEvent.c index bc6aade..40aac6f 100644 --- a/unix/tclUnixEvent.c +++ b/unix/tclUnixEvent.c @@ -7,8 +7,6 @@   *   * See the file "license.terms" for information on usage and redistribution of   * this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclUnixEvent.c,v 1.9.10.1 2009/04/10 18:02:42 das Exp $   */  #include "tclInt.h" @@ -66,7 +64,7 @@ Tcl_Sleep(  	}  	if ((vdelay.sec != 0) || (vdelay.usec != 0)) { -	    (*tclScaleTimeProcPtr) (&vdelay, tclTimeClientData); +	    tclScaleTimeProcPtr(&vdelay, tclTimeClientData);  	}  	delay.tv_sec  = vdelay.sec; | 
