From b1ae269e555cb3997ebac0ceae936f563e3c67c1 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 23 Feb 2003 23:24:29 +0000 Subject: 18278: remove zgprintf, zformat already does this --- Functions/TCP/tcp_output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/TCP/tcp_output') diff --git a/Functions/TCP/tcp_output b/Functions/TCP/tcp_output index b22b79412..69177bae0 100644 --- a/Functions/TCP/tcp_output +++ b/Functions/TCP/tcp_output @@ -29,7 +29,7 @@ fi # where data is coming from; also, it allows more predictable # behaviour in tcp_expect. if [[ -n $tprompt ]]; then - zgprintf -R -%s=$sess -%f=$read_fd -- $tprompt + zformat -f REPLY $tprompt "s:$sess" "f:$read_fd" # We will pass this back up. REPLY="$REPLY$*" else -- cgit v1.2.3