diff --git a/src/data_source.c b/src/data_source.c index 0da3108f..60e861f7 100644 --- a/src/data_source.c +++ b/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/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index 5327f78c..cb82fcc4 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2007.10.21.094818" +#define Xorriso_timestamP "2007.10.21.105228"