瀏覽代碼

v2.0.5 - Better GS error handling and debugging messages

master
Gustavo Neves 8 年之前
父節點
當前提交
664196eda6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh 查看文件

@@ -208,7 +208,7 @@ pageResize() {
fi

vprint " Run Resizing: $(uppercase "$RESIZE_PAPER_TYPE") ( "$RESIZE_WIDTH" x "$RESIZE_HEIGHT" ) pts"
GS_RUN_STATUS="$GS_RUN_STATUS$(gsPageResize 2>&1)"
GS_RUN_STATUS="$GS_RUN_STATUS""$(gsPageResize 2>&1)"
return $?
}



Loading…
取消
儲存