From 0787a64d5e609336b81b1b24e492ea5dc10f88d3 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 29 Jan 2004 04:22:49 +0000 Subject: [PATCH] Update text commentary for sample6 & sample7. --- example/README | 10 +++++++--- example/sample6.c | 5 +++-- example/sample7.c | 5 +++-- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/example/README b/example/README index 79db7e03..3107de06 100644 --- a/example/README +++ b/example/README @@ -1,4 +1,4 @@ -$Id: README,v 1.3 2003/12/24 11:05:48 uid67423 Exp $ +$Id: README,v 1.4 2004/01/29 04:22:49 rocky Exp $ This directory contains some simple examples of the use of the libcdio library. @@ -23,6 +23,10 @@ sample4.c: A slightly improved sample3 program: we handle cdio logging sample5.c: A program to show drivers installed and what the default CD-ROM drive is and what CD drives are available. -sample6.c: A program to show drivers installed and what the default - CD-ROM drive is and what CD drives are available. +sample6.c: A simple program to show using libiso9660 to extract a file + from a cue/bin CD-IMAGE. + +sample7.c: A program to show using libiso9660 to extract a file from an + ISO-9660 image. + diff --git a/example/sample6.c b/example/sample6.c index 151d50d1..876f196b 100644 --- a/example/sample6.c +++ b/example/sample6.c @@ -1,5 +1,5 @@ /* - $Id: sample6.c,v 1.2 2004/01/10 03:03:08 rocky Exp $ + $Id: sample6.c,v 1.3 2004/01/29 04:22:49 rocky Exp $ Copyright (C) 2003, 2004 Rocky Bernstein @@ -18,7 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Simple program to show using libiso9660 to extract a file. +/* Simple program to show using libiso9660 to extract a file from a + cue/bin CD-IMAGE. */ /* This is the CD-image with an ISO-9660 filesystem */ #define ISO9660_IMAGE_PATH "../" diff --git a/example/sample7.c b/example/sample7.c index 6b8616a5..279642ff 100644 --- a/example/sample7.c +++ b/example/sample7.c @@ -1,5 +1,5 @@ /* - $Id: sample7.c,v 1.1 2004/01/10 03:03:08 rocky Exp $ + $Id: sample7.c,v 1.2 2004/01/29 04:22:49 rocky Exp $ Copyright (C) 2004 Rocky Bernstein @@ -18,7 +18,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Simple program to show using libiso9660 to extract a file. +/* Simple program to show using libiso9660 to extract a file from an + ISO-9660 image. */ /* This is the ISO 9660 image. */ #define ISO9660_IMAGE_PATH "../"