diff options
Diffstat (limited to 'vcl/generic/print/common_gfx.cxx')
-rw-r--r-- | vcl/generic/print/common_gfx.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/print/common_gfx.cxx b/vcl/generic/print/common_gfx.cxx index 9988ea8001ee..20484ab4b1e9 100644 --- a/vcl/generic/print/common_gfx.cxx +++ b/vcl/generic/print/common_gfx.cxx @@ -934,7 +934,7 @@ void PrinterGfx::PSBinPath (const Point& rCurrent, Point& rOld, pspath_t eType, sal_Int32& nColumn) { - sal_Char pPath[48]; + sal_Char pPath[48] = {0}; sal_Int32 nChar; // create the hex representation of the dx and dy path shift, store the field |