Index: src/dgc/dgc
===================================================================
--- src/dgc/dgc	(revision 3b02b04ff9c7c3446ca477cd84c2bc7f737c38b4)
+++ src/dgc/dgc	(revision 519eaf508529829bbfe93c12c3e94f44afccf5ed)
@@ -293,6 +293,7 @@
 	    my $hflagconstr = @{$x->{hflagconstr}} ? "//@{$x->{hflagconstr}}" : "";
 	    my $dflagconstr = @{$x->{dflagconstr}} ? "//@{$x->{dflagconstr}}" : "";
-	    my $props = join(map { "\&$_" } $x->{props});
-	    print_outin("LINK $head->{cat}$hflagconstr $dep->{cat}$dflagconstr $x->{role}$props",$x, @agrs, @govs);
+	    my $props = join('',map("\&$_", @{$x->{props}}));
+
+	    print_outin("LINK $head->{cat}$hflagconstr $dep->{cat}$dflagconstr $x->{role} $props",$x, @agrs, @govs);
 	}
     }
