Skip to content

Commit

Permalink
lj_auditlog.c: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lukego committed Dec 12, 2017
1 parent 3e2d4e4 commit 588e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lj_auditlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define MAX_MEM_BUFFER 1024*1024
/* State for initial in-memory stream. */
char *membuffer;
int membuffersize;
size_t membuffersize;

/* File where the audit log is written. */
FILE *fp;
Expand Down

0 comments on commit 588e9c3

Please sign in to comment.