summaryrefslogtreecommitdiff
path: root/textproc/p5-Convert-ASN1/patches/patch-aa
blob: 15ec702b3ffbea71c0126ea09aa0d5d69866bef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.1.1.1 2000/06/09 14:14:51 kleink Exp $

--- lib/Convert/ASN1/Debug.pm	Mon May 22 22:48:09 2000
+++ lib/Convert/ASN1/Debug.pm	Fri Jun  9 10:05:52 2000
@@ -208,7 +208,9 @@
   print STDERR "]";
   if ($op->[cCHILD]) {
     print STDERR " ",scalar @{$op->[cCHILD]},"\n";
-    $line = dump_op($_,$indent . " ",$done,$line) for (@{$op->[cCHILD]});
+    for (@{$op->[cCHILD]}) {
+      $line = dump_op($_,$indent . " ",$done,$line);
+    }
   }
   else {
     print STDERR "\n";