Silenced compiler warning about C++ style comment
This commit is contained in:
parent
a140a6e566
commit
7f9694b2b4
@ -69,7 +69,7 @@ isoburn_data_source_new(struct burn_drive *d)
|
|||||||
return NULL;
|
return NULL;
|
||||||
data->d = d;
|
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;
|
data->nblocks = 0;
|
||||||
|
|
||||||
ret = malloc(sizeof(struct data_source));
|
ret = malloc(sizeof(struct data_source));
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2007.10.21.094818"
|
#define Xorriso_timestamP "2007.10.21.105228"
|
||||||
|
Loading…
Reference in New Issue
Block a user