Reacted on nitpicking of cppcheck
This commit is contained in:
parent
b71d6afd54
commit
a812cf5399
@ -1277,7 +1277,7 @@ int Xorriso_show_devices(struct XorrisO *xorriso, int flag)
|
|||||||
usleep(100000);
|
usleep(100000);
|
||||||
}
|
}
|
||||||
Xorriso_process_msg_queues(xorriso,0);
|
Xorriso_process_msg_queues(xorriso,0);
|
||||||
if(drive_count <= 0) {
|
if(drive_count == 0) {
|
||||||
|
|
||||||
/* >>> was a drive_list created at all ? */
|
/* >>> was a drive_list created at all ? */
|
||||||
/* >>> must it be freed ? */
|
/* >>> must it be freed ? */
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2011.10.05.173150"
|
#define Xorriso_timestamP "2011.10.09.162439"
|
||||||
|
Loading…
Reference in New Issue
Block a user