Reacted on compiler warning of Debian buildd

This commit is contained in:
Thomas Schmitt 2011-11-22 19:16:59 +00:00
parent 1ab207823a
commit 9a389f0372
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2011.11.20.214751" #define Cdrskin_timestamP "2011.11.22.191621"

View File

@ -411,7 +411,7 @@ static int sgio_log_reply(unsigned char *opcode, int data_dir,
ret = scsi_log_reply(opcode, data_dir, data, dxfer_len, fp_in, ret = scsi_log_reply(opcode, data_dir, data, dxfer_len, fp_in,
sense, sense_len, duration, flag); sense, sense_len, duration, flag);
return 1; return ret;
} }