mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
44ed15c688
PR: 192370 Submitted by: gahr Approved by: maintainer (timeout > 2 months)
12 lines
476 B
C
12 lines
476 B
C
--- generic/tclXhandles.c.orig 2014-07-30 17:35:38.000000000 +0200
|
|
+++ generic/tclXhandles.c 2014-07-30 17:35:43.000000000 +0200
|
|
@@ -567,7 +567,7 @@
|
|
|
|
entryHdrPtr = HEADER_AREA (entryPtr);
|
|
if (entryHdrPtr->freeLink != ALLOCATED_IDX)
|
|
- panic ("Tcl_HandleFree: entry not allocated %x\n", entryHdrPtr);
|
|
+ panic ("Tcl_HandleFree: entry not allocated %p\n", entryHdrPtr);
|
|
|
|
entryHdrPtr->freeLink = tblHdrPtr->freeHeadIdx;
|
|
tblHdrPtr->freeHeadIdx =
|