Merge/port changes from develop back to 1.8 for tools and cmake
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <memory.h>
|
||||
#include "H5private.h"
|
||||
#include "h5diff.h"
|
||||
#include "h5diff_common.h"
|
||||
#include "h5tools.h"
|
||||
@@ -138,6 +139,6 @@ int main(int argc, const char *argv[])
|
||||
*/
|
||||
void h5diff_exit(int status)
|
||||
{
|
||||
exit(status);
|
||||
HDexit(status);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user