Changeset 567


Ignore:
Timestamp:
11/15/08 09:29:19 (5 years ago)
Author:
reyalp
Message:

quickfix for previous checkin, not all cams have zoom_status found

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/gui.c

    r566 r567  
    25472547        draw_txt_string(28, 12, osd_buf, conf.osd_color); 
    25482548 
     2549// some cameras missing zoom_status 
     2550#if 0 
    25492551        sprintf(osd_buf, "t:%8x  ", zoom_status); 
    25502552        draw_txt_string(28, 13, osd_buf, conf.osd_color); 
     2553#endif 
    25512554 
    25522555    } 
Note: See TracChangeset for help on using the changeset viewer.