Bug 745659 - Removed the nsPrintfCString constructor which takes a length and all corresponding instances that call that particular constructor. This is accomplished by removing the length component from the instantiation. r=jlebar
This commit is contained in:
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
2
netwerk/cache/nsDiskCacheDeviceSQL.cpp
vendored
@@ -2130,7 +2130,7 @@ nsOfflineCacheDevice::CreateApplicationCache(const nsACString &group,
|
||||
|
||||
// Include the timestamp to guarantee uniqueness across runs, and
|
||||
// the gNextTemporaryClientID for uniqueness within a second.
|
||||
clientID.Append(nsPrintfCString(64, "|%016lld|%d",
|
||||
clientID.Append(nsPrintfCString("|%016lld|%d",
|
||||
now / PR_USEC_PER_SEC,
|
||||
gNextTemporaryClientID++));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user