This commit is contained in:
scc%mozilla.org 2000-09-09 09:48:12 +00:00
Родитель 8271620013
Коммит 4976300d7a
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -68,7 +68,7 @@
class nsPrintfCString
: public nsAReadableCString
{
static const int kLocalBufferSize = 15;
enum { kLocalBufferSize=15 };
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
// pinkerton suggests 7. We should measure and decide what's appropriate

Просмотреть файл

@ -68,7 +68,7 @@
class nsPrintfCString
: public nsAReadableCString
{
static const int kLocalBufferSize = 15;
enum { kLocalBufferSize=15 };
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
// pinkerton suggests 7. We should measure and decide what's appropriate

Просмотреть файл

@ -68,7 +68,7 @@
class nsPrintfCString
: public nsAReadableCString
{
static const int kLocalBufferSize = 15;
enum { kLocalBufferSize=15 };
// ought to be large enough for most things ... a |long long| needs at most 20 (so you'd better ask)
// pinkerton suggests 7. We should measure and decide what's appropriate