d6869a8a93
* Remove reference to devel/xulrunner. * Move some common files for firefox/xulrunner-21.0. * Move patches from devel/sulrunner. * Take MAINTAINERship.
13 lines
626 B
Python
13 lines
626 B
Python
$NetBSD: patch-ipc_ipdl_ipdl_lower.py,v 1.1 2013/05/23 13:12:13 ryoon Exp $
|
|
|
|
--- ipc/ipdl/ipdl/lower.py.orig 2013-01-04 23:44:34.000000000 +0000
|
|
+++ ipc/ipdl/ipdl/lower.py
|
|
@@ -1797,7 +1797,7 @@ def _generateMessageClass(clsname, msgid
|
|
StmtExpr(ExprCall(
|
|
ExprVar('StringAppendF'),
|
|
args=[ ExprAddrOf(msgvar),
|
|
- ExprLiteral.String('[time:%" PRId64 "][%d]'),
|
|
+ ExprLiteral.String('[time:%\\" PRId64 \\"][%d]'),
|
|
ExprCall(ExprVar('PR_Now')),
|
|
ExprCall(ExprVar('base::GetCurrentProcId')) ])),
|
|
appendToMsg(pfxvar),
|