From f935a034e078387c241e8468eb3d115d298a03fe Mon Sep 17 00:00:00 2001 From: halleyscometsw Date: Wed, 14 May 2008 17:44:07 +0000 Subject: [PATCH] quote file name in adxencd command line git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@117 51a99a44-fe44-0410-b1ba-c3e57ba2b86b --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index e8080e3a..7a10ae91 100644 --- a/test/test.c +++ b/test/test.c @@ -169,7 +169,7 @@ int main(int argc, char ** argv) { if (!play) { if (metaonly) printf("metadata for %s\n",argv[optind]); else if (adxencd) { - printf("adxencd %s",outfilename); + printf("adxencd \"%s\"",outfilename); if (s->loop_flag) printf(" -lps%d -lpe%d",s->loop_start_sample,s->loop_end_sample); printf("\n"); }