New API function burn_scsi_transport_id()

This commit is contained in:
2009-12-26 08:01:35 +00:00
parent e13b6369ba
commit 08169d63bc
7 changed files with 28 additions and 8 deletions

View File

@ -223,8 +223,8 @@ int sg_initialize(char msg[1024], int flag)
char *version_text, *msg_pt;
int cdio_ver;
sprintf(msg, "Using sg-libcdio-%d with libcdio version ",
LIBCDIO_VERSION_NUM );
sprintf(msg, "sg-libcdio adapter v%d with libcdio version ",
LIBCDIO_VERSION_NUM);
#if LIBCDIO_VERSION_NUM < 83