This commit is contained in:
Mloc
2014-03-05 12:37:11 +00:00
parent 43d6412322
commit 5c8fddcad0

View File

@@ -1,4 +1,3 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -50,7 +49,7 @@ DLL_EXPORT const char * nudge(int n, char *v[])
size_t out_c = san_c(v[0]) + san_c(v[2]) + san_c(v[3]);
char * san_out = malloc(out_c + 56);
char * san_out = malloc(out_c + 57);
char * san_i = san_out;
strcpy(san_i, "(dp1\nS'ip'\np2\nS'");