зеркало из https://github.com/mozilla/moz-skia.git
don't send % by itself to printf
git-svn-id: http://skia.googlecode.com/svn/trunk@6120 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
b03fe429e8
Коммит
b5a5a9dc75
|
@ -1086,7 +1086,7 @@ int tool_main(int argc, char** argv) {
|
||||||
if ((gmIndex % moduloCount) != moduloIndex) {
|
if ((gmIndex % moduloCount) != moduloIndex) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
moduloStr.printf("[%d % %d] ", gmIndex, moduloCount);
|
moduloStr.printf("[%d.%d] ", gmIndex, moduloCount);
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* shortName = gm->shortName();
|
const char* shortName = gm->shortName();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче