d6c8a804dd
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.
12 lines
453 B
Diff
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");
|