Reacted on nitpicking of cppcheck

This commit is contained in:
Thomas Schmitt 2011-10-09 16:25:07 +00:00
parent 56a5c32dea
commit d79d96d3b1
2 changed files with 2 additions and 2 deletions

View File

@ -1277,7 +1277,7 @@ int Xorriso_show_devices(struct XorrisO *xorriso, int flag)
usleep(100000);
}
Xorriso_process_msg_queues(xorriso,0);
if(drive_count <= 0) {
if(drive_count == 0) {
/* >>> was a drive_list created at all ? */
/* >>> must it be freed ? */

View File

@ -1 +1 @@
#define Xorriso_timestamP "2011.10.05.173150"
#define Xorriso_timestamP "2011.10.09.162439"