Kaydet (Commit) 68531dbd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#707592 Uninitialized scalar variable

Change-Id: Iabbecfd37ca7289c08c00e3588897c118665d62e
üst 67780ee7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment