Small output format change.

This commit is contained in:
rocky
2005-04-11 01:02:11 +00:00
parent 3eba1124e9
commit f47531e7cb

View File

@@ -1,5 +1,5 @@
/* /*
$Id: cd-info.c,v 1.138 2005/04/11 01:00:49 rocky Exp $ $Id: cd-info.c,v 1.139 2005/04/11 01:02:11 rocky Exp $
Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com> Copyright (C) 2003, 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) 1996, 1997, 1998 Gerd Knorr <kraxel@bytesex.org> Copyright (C) 1996, 1997, 1998 Gerd Knorr <kraxel@bytesex.org>
@@ -451,7 +451,7 @@ print_vcd_info(driver_id_t driver) {
report (stdout, "Format : %s\n", report (stdout, "Format : %s\n",
vcdinfo_get_format_version_str(p_vcd)); vcdinfo_get_format_version_str(p_vcd));
report (stdout, "Album : `%.16s'\n", vcdinfo_get_album_id(p_vcd)); report (stdout, "Album : `%.16s'\n", vcdinfo_get_album_id(p_vcd));
report (stdout, "Volume count: %d\n", vcdinfo_get_volume_count(p_vcd)); report (stdout, "Volume count : %d\n", vcdinfo_get_volume_count(p_vcd));
report (stdout, "volume number: %d\n", vcdinfo_get_volume_num(p_vcd)); report (stdout, "volume number: %d\n", vcdinfo_get_volume_num(p_vcd));
break; break;