Even though this may not be nstrictly the way the original
cdda_interface does things, add a spaces between the vendor, model, and revison number.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: scan_devices.c,v 1.13 2005/01/18 03:03:56 rocky Exp $
|
||||
$Id: scan_devices.c,v 1.14 2005/01/19 17:24:58 rocky Exp $
|
||||
|
||||
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
Copyright (C) 1998 Monty xiphmont@mit.edu
|
||||
@@ -254,7 +254,7 @@ cdda_identify_cooked(const char *dev, int messagedest, char **messages)
|
||||
if ( scsi_mmc_get_hwinfo( p_cdio, &hw_info ) ) {
|
||||
unsigned int i_len = strlen(hw_info.psz_vendor)
|
||||
+ strlen(hw_info.psz_model)
|
||||
+ strlen(hw_info.psz_revision) + 3;
|
||||
+ strlen(hw_info.psz_revision) + 5;
|
||||
|
||||
if (description) {
|
||||
i_len += strlen(description);
|
||||
|
||||
Reference in New Issue
Block a user