Kaydet (Commit) 10f08195 authored tarafından Ivan Timofeev's avatar Ivan Timofeev

-Werror=format

Change-Id: If468ca444865f81a7adeabb72ecb6d8647f6dde0
üst 3d46635b
......@@ -1893,7 +1893,7 @@ void HwpReader::makeTableStyle(Table *tbl)
// --------------- row ---------------- //
for (size_t i = 0 ; i < tbl->rows.nCount -1 ; i++)
{
sprintf(buf,"Table%d.row%ld",hbox->style.boxnum, i + 1);
sprintf(buf,"Table%d.row%" SAL_PRI_SIZET "u",hbox->style.boxnum, i + 1);
padd(ascii("style:name"), sXML_CDATA, ascii( buf ));
padd(ascii("style:family"), sXML_CDATA,ascii("table-row"));
rstartEl(ascii("style:style"), rList);
......
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