Small enhancement in CutyCapt command.

* Removed path to avoid problems if CutyCapt is not installed under "/usr/bin/".

FEA: ItEr68S08PrintingSupport
This commit is contained in:
Manuel Rego Casasnovas 2011-01-19 12:57:14 +01:00
parent e56ceadadf
commit b511dff794

View file

@ -58,7 +58,7 @@ public class CutyPrint {
private static final Log LOG = LogFactory.getLog(CutyPrint.class);
private static final String CUTYCAPT_COMMAND = "/usr/bin/CutyCapt ";
private static final String CUTYCAPT_COMMAND = "CutyCapt ";
// Estimated maximum execution time (ms)
private static final int CUTYCAPT_TIMEOUT = 100000;