Add more verbosity for status, if standalone

This commit is contained in:
Andrey A. Chernov 1995-02-15 17:43:12 +00:00
parent 6d5f4f30a7
commit 8c91744a04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6452

View File

@ -99,6 +99,8 @@ main (int argc, char **argv)
rc = -1; /* assume ejected */
else
rc = status (&trk, &m, &s, &f);
if (standalone)
printf("status track minute second frame\n");
printf ("%d %02d %d %d %d\n", rc, trk, m, s, f);
} else if (command("quit"))
break;