Changeset 4583

Show
Ignore:
Timestamp:
07/07/07 21:27:57 (1 year ago)
Author:
khali
Message:

Fix single & instead of && in logical test in eepromer (Fedora patch).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c-tools/trunk/eepromer/eeprom.c

    r4495 r4583  
    217217     *** I'm not the one to blame of you screw your computer! 
    218218     ***/ 
    219     if(rwmode & ! force){ 
     219    if(rwmode && ! force){ 
    220220        unsigned char warnbuf[4]; 
    221221        fprintf(stderr,"**WARNING**\n");