Changeset 645 for trunk/core/dng_hdr.c


Ignore:
Timestamp:
12/19/08 11:37:01 (4 years ago)
Author:
EWAVR
Message:
  • supress some warnings in autobuild process (maybe)
  • fixed "dng via usb" for s5is
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/core/dng_hdr.c

    r640 r645  
    327327 
    328328unsigned int* get_focal_length_for_exif(int focal_length){ 
    329  static int fl[2]={0,1000}; 
     329 static unsigned int fl[2]={0,1000}; 
    330330 fl[0]=focal_length; 
    331331 return fl; 
Note: See TracChangeset for help on using the changeset viewer.