Sfoglia il codice sorgente

v2.0.5 - Better GS error handling and debugging messages

master
Gustavo Neves 8 anni fa
parent
commit
664196eda6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      pdfScale.sh

+ 1
- 1
pdfScale.sh Vedi File

@@ -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 $?
}



Caricamento…
Annulla
Salva