Reacted on nitpicking of cppcheck
This commit is contained in:
parent
3c7e723114
commit
02255c89be
@ -1 +1 @@
|
||||
#define Cdrskin_timestamP "2011.10.09.155415"
|
||||
#define Cdrskin_timestamP "2011.10.09.162355"
|
||||
|
@ -1792,7 +1792,7 @@ int burn_drive_scan_and_grab(struct burn_drive_info *drive_infos[], char* adr,
|
||||
if (ret < 0)
|
||||
return -1;
|
||||
|
||||
if (n_drives <= 0)
|
||||
if (n_drives == 0)
|
||||
return 0;
|
||||
/*
|
||||
fprintf(stderr, "libburn: experimental: n_drives %d , drivetop %d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user