From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6A9C138350 for ; Wed, 15 Jan 2020 21:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD3EE0833; Wed, 15 Jan 2020 21:30:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC04BE0833 for ; Wed, 15 Jan 2020 21:30:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D7D234DC3D for ; Wed, 15 Jan 2020 21:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC2CDB0 for ; Wed, 15 Jan 2020 21:29:59 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1579123725.484b3f78d5bc5a2ae47c4f52d0bb4c5ead80aa2d.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: xsl/ X-VCS-Repository: proj/devmanual X-VCS-Files: xsl/lang.highlight.c.xsl X-VCS-Directories: xsl/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 484b3f78d5bc5a2ae47c4f52d0bb4c5ead80aa2d X-VCS-Branch: master Date: Wed, 15 Jan 2020 21:29:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ede2125-3891-4604-ba7e-251d2f1c0174 X-Archives-Hash: dc45a937dac89ed1aefa02ab830d04fe commit: 484b3f78d5bc5a2ae47c4f52d0bb4c5ead80aa2d Author: Ulrich Müller gentoo org> AuthorDate: Sat Jan 11 10:11:11 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jan 15 21:28:45 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=484b3f78 xsl/lang.highlight.c.xsl: Define the myPos variable. This was undeclared, leading to a runtime error: runtime error: file xsl/lang.highlight.c.xsl line 35 element variable Variable 'myPos' has not been declared. XPath error : Undefined variable runtime error: file xsl/lang.highlight.c.xsl line 35 element variable Failed to evaluate the expression of variable 'quotePos'. Signed-off-by: Ulrich Müller gentoo.org> xsl/lang.highlight.c.xsl | 1 + 1 file changed, 1 insertion(+) diff --git a/xsl/lang.highlight.c.xsl b/xsl/lang.highlight.c.xsl index d2d115e..730182c 100644 --- a/xsl/lang.highlight.c.xsl +++ b/xsl/lang.highlight.c.xsl @@ -32,6 +32,7 @@ +