瀏覽代碼

fix -r t bug

tags/v1.2
Thierry Leconte 21 年之前
父節點
當前提交
05a6d81603
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      main.c

+ 1
- 1
main.c 查看文件

@@ -376,7 +376,7 @@ if(((strchr(imgopt,(int)'a')!=NULL) || (strchr(imgopt,(int)'c')!=NULL) || (strch
}

/* Channel B */
if(((strchr(imgopt,(int)'b')!=NULL) || (strchr(imgopt,(int)'c')!=NULL))) {
if((strchr(imgopt,(int)'b')!=NULL) || (strchr(imgopt,(int)'c')!=NULL) || (strchr(imgopt,(int)'t')!=NULL)) {
ch=Calibrate(prow,nrow,1125);
if(ch>0) {
if(strchr(imgopt,(int)'b')!=NULL) {


Loading…
取消
儲存