Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj

This commit is contained in:
Igor
2016-08-14 23:44:00 -07:00
parent b3640156d8
commit 972b8460e2
68 changed files with 530 additions and 530 deletions

View File

@@ -464,7 +464,7 @@ ThreadStackHelper::AppendJSEntry(const volatile StackEntry* aEntry,
}
}
size_t len = snprintf_literal(buffer, "%s:%u", basename, lineno);
size_t len = SprintfLiteral(buffer, "%s:%u", basename, lineno);
if (len < sizeof(buffer)) {
if (mStackToFill->IsSameAsEntry(aPrevLabel, buffer)) {
return aPrevLabel;