Skip to content
Snippets Groups Projects
Commit 214aa5ba authored by Anthony Mallet's avatar Anthony Mallet
Browse files

[wip/genom3-pocolibs] Import upstream fix

patch-aa: fix a typo in the template, spotted by felix@

Bump PKGREVISION
parent f4d25735
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
# Created: Anthony Mallet on Sun, 28 Jan 2007
#
PKGREVISION= 1
DISTNAME= genom3-pocolibs-1.2
CATEGORIES= architecture
MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=genom3-pocolibs/}
......
SHA1 (genom3-pocolibs-1.2.tar.gz) = 6c6cc24f13c08b4d49de1c1fb05f68decc8349ba
RMD160 (genom3-pocolibs-1.2.tar.gz) = c567ff259ce2feae8a881da83af507d9318bb490
Size (genom3-pocolibs-1.2.tar.gz) = 326165 bytes
SHA1 (patch-aa) = 6b87d6bebde5e8ed4b34a8b894e0dad9519c93a0
diff --git a/server/template.tcl b/server/template.tcl
index f39f3e4..69a4769 100644
--- server/template.tcl
+++ server/template.tcl
@@ -115,7 +115,7 @@ foreach c [dotgen components] {
set types [dict create]
foreach c [dotgen components] {
foreach t [$c types private] {
- dict set [$t mangle] $t
+ dict set types [$t mangle] $t
}
}
set types [dict values $types]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment