Changeset 1157 for trunk/platform/ixus120_sd940/shooting.c
- Timestamp:
- 04/25/11 01:47:29 (2 years ago)
- File:
-
- 1 edited
-
trunk/platform/ixus120_sd940/shooting.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/ixus120_sd940/shooting.c
r1056 r1157 126 126 } 127 127 128 #if defined(CAM_DATE_FOLDER_NAMING) 129 void get_target_dir_name(char *out) { 130 extern void _GetImageFolder(char*,int,int,int); 131 out[0] = 'A'; 132 _GetImageFolder(out+1,get_file_next_counter(),CAM_DATE_FOLDER_NAMING,time(NULL)); 133 out[15] = '\0'; 134 } 135 #else 128 136 long get_target_dir_num() { 129 137 long n; … … 134 142 } 135 143 144 #endif 145 136 146 int circle_of_confusion = 5;
Note: See TracChangeset
for help on using the changeset viewer.