r414: avoid assertion failure for 0-length reads
This commit is contained in:
parent
11081c6c27
commit
b99c22840f
2
main.c
2
main.c
|
|
@ -6,7 +6,7 @@
|
|||
#include "mmpriv.h"
|
||||
#include "getopt.h"
|
||||
|
||||
#define MM_VERSION "2.2-r411-dirty"
|
||||
#define MM_VERSION "2.2-r414-dirty"
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/resource.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue