From 7f9694b2b439c32237f60d3bcbd974fa432567e7 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 21 Oct 2007 10:51:36 +0000 Subject: [PATCH] Silenced compiler warning about C++ style comment --- libisoburn/trunk/src/data_source.c | 2 +- libisoburn/trunk/test/xorriso_timestamp.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libisoburn/trunk/src/data_source.c b/libisoburn/trunk/src/data_source.c index 0da3108f..60e861f7 100644 --- a/libisoburn/trunk/src/data_source.c +++ b/libisoburn/trunk/src/data_source.c @@ -69,7 +69,7 @@ isoburn_data_source_new(struct burn_drive *d) return NULL; data->d = d; - //TODO should be filled with the size of disc (or track?) + /* TODO should be filled with the size of disc (or track?) */ data->nblocks = 0; ret = malloc(sizeof(struct data_source)); diff --git a/libisoburn/trunk/test/xorriso_timestamp.h b/libisoburn/trunk/test/xorriso_timestamp.h index 5327f78c..cb82fcc4 100644 --- a/libisoburn/trunk/test/xorriso_timestamp.h +++ b/libisoburn/trunk/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2007.10.21.094818" +#define Xorriso_timestamP "2007.10.21.105228"