[108260] trunk/base/src/pextlib1.0/tracelib.c

cal at macports.org cal at macports.org
Wed Jul 17 04:00:39 PDT 2013


Revision: 108260
          https://trac.macports.org/changeset/108260
Author:   cal at macports.org
Date:     2013-07-17 04:00:38 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
tracelib: fix build on Linux systems

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tracelib.c

Modified: trunk/base/src/pextlib1.0/tracelib.c
===================================================================
--- trunk/base/src/pextlib1.0/tracelib.c	2013-07-17 10:57:43 UTC (rev 108259)
+++ trunk/base/src/pextlib1.0/tracelib.c	2013-07-17 11:00:38 UTC (rev 108260)
@@ -932,7 +932,7 @@
         }
     }
 #else /* __APPLE__ */
-    Tcl_SetResult(in, "tracelib not supported on this platform", TCL_STATIC);
+    Tcl_SetResult(interp, "tracelib not supported on this platform", TCL_STATIC);
     result = TCL_ERROR;
 #endif /* __APPLE__ */
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/569fefdd/attachment.html>


More information about the macports-changes mailing list