Skip to content

Commit 6c50dbc

Browse files
restore 'MiB'
1 parent 37678fc commit 6c50dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fwrite.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ void fwriteMain(fwriteMainArgs args)
791791
}
792792
char *buffPool = malloc(alloc_size);
793793
if (!buffPool) {
794-
STOP(_("Unable to allocate %zu MB * %d thread buffers; '%d: %s'. Please read ?fwrite for nThread, buffMB and verbose options."), // # nocov
794+
STOP(_("Unable to allocate %zu MiB * %d thread buffers; '%d: %s'. Please read ?fwrite for nThread, buffMB and verbose options."), // # nocov
795795
buffSize / MEGA, nth, errno, strerror(errno)); // # nocov
796796
}
797797

0 commit comments

Comments
 (0)