summaryrefslogtreecommitdiff
path: root/vcl/unx/source/printergfx/printerjob.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/printergfx/printerjob.cxx')
-rw-r--r--vcl/unx/source/printergfx/printerjob.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/source/printergfx/printerjob.cxx b/vcl/unx/source/printergfx/printerjob.cxx
index 3e885d8af5b4..5e18849b8dfe 100644
--- a/vcl/unx/source/printergfx/printerjob.cxx
+++ b/vcl/unx/source/printergfx/printerjob.cxx
@@ -284,7 +284,8 @@ removeSpoolDir (const rtl::OUString& rSpoolDir)
nChar = psp::appendStr ("rm -rf ", pSystem);
nChar += psp::appendStr (aSysPathByte.getStr(), pSystem + nChar);
- system (pSystem);
+ if (system (pSystem) == -1)
+ OSL_ENSURE( 0, "psprint: couldn't remove spool directory" );
}
/* creates a spool directory with a "pidgin random" value based on