We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37678fc commit 6c50dbcCopy full SHA for 6c50dbc
src/fwrite.c
@@ -791,7 +791,7 @@ void fwriteMain(fwriteMainArgs args)
791
}
792
char *buffPool = malloc(alloc_size);
793
if (!buffPool) {
794
- STOP(_("Unable to allocate %zu MB * %d thread buffers; '%d: %s'. Please read ?fwrite for nThread, buffMB and verbose options."), // # nocov
+ STOP(_("Unable to allocate %zu MiB * %d thread buffers; '%d: %s'. Please read ?fwrite for nThread, buffMB and verbose options."), // # nocov
795
buffSize / MEGA, nth, errno, strerror(errno)); // # nocov
796
797
0 commit comments