From c70606c1cbbe5d94d4544bcc12dd4f2b3bc90844 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 14 May 2009 16:47:54 +0000 Subject: [PATCH] Fix incorrect argument to agxbput --- cmd/smyrna/gvprpipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/smyrna/gvprpipe.c b/cmd/smyrna/gvprpipe.c index 16a456e1c..8e44a2d4c 100644 --- a/cmd/smyrna/gvprpipe.c +++ b/cmd/smyrna/gvprpipe.c @@ -208,7 +208,7 @@ exec_gvpr(char* filename,Agraph_t* srcGraph) agxbinit (&xbuf, SMALLBUF, bf); agxbput (&xbuf, "gvpr -c -f "); - agxbput (&bf, filename); + agxbput (&xbuf, filename); #ifdef WIN32 CreateChildProcess (agxbuse (&xbuf), SmyrnaToGvprRd, GvprToSmyrnaWr); -- 2.40.0