2
0
Derivar 0

Reacted on harmless compiler warning

Este cometimento está contido em:
Thomas Schmitt 2008-08-19 12:36:10 +00:00
ascendente 730c1555ab
cometimento f64ed23a98
2 ficheiros modificados com 2 adições e 2 eliminações

Ver ficheiro

@ -1 +1 @@
#define Cdrskin_timestamP "2008.08.19.122535"
#define Cdrskin_timestamP "2008.08.19.123513"

Ver ficheiro

@ -530,7 +530,7 @@ int burn_session_get_hidefirst(struct burn_session *session)
int burn_disc_cd_toc_extensions(struct burn_disc *d, int flag)
{
int sidx, tidx;
struct burn_toc_entry *entry, *prev_entry;
struct burn_toc_entry *entry, *prev_entry= NULL;
for (sidx = 0; sidx < d->sessions; sidx++) {
for (tidx = 0; tidx < d->session[sidx]->tracks + 1; tidx++) {