| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d46446a commit 7fa1344
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ namespace node { | |||
| 84 | 84 | inline v8::Local<v8::Value> ERR_BUFFER_TOO_LARGE(v8::Isolate* isolate) { | |
| 85 | 85 | char message[128]; | |
| 86 | 86 | snprintf(message, sizeof(message), | |
| 87 | - "Cannot create a Buffer larger than 0x%lx bytes", | ||
| 87 | + "Cannot create a Buffer larger than 0x%zx bytes", | ||
| 88 | 88 | v8::TypedArray::kMaxLength); | |
| 89 | 89 | return ERR_BUFFER_TOO_LARGE(isolate, message); | |
| 90 | 90 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments