瀏覽代碼

Removed debug output

master
Bert Münnich 12 年之前
父節點
當前提交
011dac90c8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      exif.c

+ 0
- 1
exif.c 查看文件

@@ -117,7 +117,6 @@ int exif_orientation(const fileinfo_t *file) {
for (idx += 2; cnt > 0 && idx < len - 12; cnt--, idx += 12) {
if (btous(data + idx, order) == EXIF_TAG_ORIENTATION) {
val = btous(data + idx + 8, order);
printf("exif orientation: %s: %u\n", file->name, val);
break;
}
}


Loading…
取消
儲存