Silenced warning of cppcheck

This commit is contained in:
Thomas Schmitt 2011-07-07 11:49:36 +00:00
parent 79e09728ac
commit 781beb3a27
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.07.06.143904"
#define Cdrskin_timestamP "2011.07.07.114911"

View File

@ -2090,7 +2090,7 @@ void mmc_read_atip(struct burn_drive *d)
fprintf(stderr,"libburn_experimental: Returned ATIP Data\n");
for(i= 0; i<28; i++)
fprintf(stderr,"%3.3d (0x%2.2x)%s",
data[i],data[i],((i+1)%5 ? " ":"\n"));
data[i],data[i],(((i + 1) % 5) ? " " : "\n"));
fprintf(stderr,"\n");
fprintf(stderr,