lm_sensors/lm_sensors-2.8.2-expr.patch
cvsdist d6c8a804dd auto-import changelog data from lm_sensors-2.8.3-1.src.rpm
Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-1
- Updated to latest upstream version 2.8.3
Thu Jan 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.2-1
- Update to latest upstream version 2.8.2
- Fixed wrong & usage in if expression.
- Included several new perl tools.
2004-09-09 08:00:19 +00:00

12 lines
453 B
Diff

--- lm_sensors-2.8.1/prog/eepromer/eeprom.c~ 2004-01-07 20:55:21.000000000 +0000
+++ lm_sensors-2.8.1/prog/eepromer/eeprom.c 2004-01-07 20:56:34.000000000 +0000
@@ -216,7 +216,7 @@
/***
*** I'm not the one to blame of you screw your computer!
***/
- if(rwmode & ! force){
+ if(rwmode && ! force) {
unsigned char warnbuf[4];
fprintf(stderr,"**WARNING**\n");
fprintf(stderr," - \tYou have chosen to WRITE to this eeprom.\n");