diff --git a/eepromer/eeprom.c b/eepromer/eeprom.c index 4de9c08..c0625f8 100644 --- a/eepromer/eeprom.c +++ b/eepromer/eeprom.c @@ -216,7 +216,7 @@ int main(int argc, char **argv){ /*** *** 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");