mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
quote file name in adxencd command line
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@117 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
69ed4e4f11
commit
f935a034e0
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user