Skip to content

Commit

Permalink
Update to v0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
Édouard BERGÉ authored and mkoloberdin committed Dec 4, 2017
1 parent d08f0ca commit 3976577
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 149 deletions.
3 changes: 2 additions & 1 deletion exomizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -3238,6 +3238,7 @@ void log_log(struct log_ctx *ctx, /* IN */

void hex_dump(int level, unsigned char *p, int len)
{
#if 0
int i;
int j;
for(i = 0; i < len;)
Expand All @@ -3263,6 +3264,7 @@ void hex_dump(int level, unsigned char *p, int len)
LOG(level, (","));
}
}
#endif
}

struct match_node {
Expand Down Expand Up @@ -4376,7 +4378,6 @@ const char *optimal_encoding_export(encode_match_data emd)
static char buf[100];
char *p = buf;
encode_match_privp data;
printf(".");
data = emd->priv;
offsets = (interval_nodep*)data->offset_f_priv;
p += sprintf(p, "%s", export_helper((interval_nodep)data->len_f_priv, 16));
Expand Down
Binary file modified manual_EN.pdf
Binary file not shown.
Binary file modified manual_FR.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions minilib.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
#include<errno.h>
#include<sys/timeb.h>

#ifndef ARG_MAX
#define ARG_MAX 8191
#endif



Expand Down
Loading

0 comments on commit 3976577

Please sign in to comment.