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");
|