From eb8b8faa3b82fd3c956b50431ab76c6671197bdc Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Mon, 18 Jan 2010 10:32:36 +0000 Subject: [PATCH] Changed a comment in sg-linux.c --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/sg-linux.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 82bd187..81d52f9 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2010.01.16.125258" +#define Cdrskin_timestamP "2010.01.18.103410" diff --git a/libburn/sg-linux.c b/libburn/sg-linux.c index 3b6d2aa..e1de724 100644 --- a/libburn/sg-linux.c +++ b/libburn/sg-linux.c @@ -72,8 +72,8 @@ sg_obtain_scsi_adr() tries to obtain SCSI address parameters. burn_os_is_2k_seekrw() tells whether the given path leads to a file object - that can be used in 2 kB granularity by lseek(2), - read(2), and possibly write(2). + that can be used in 2 kB granularity by lseek(2) and + read(2), and possibly write(2) if not read-only. E.g. a USB stick or a hard disk. burn_os_stdio_capacity() estimates the emulated media space of stdio-drives.