4
Fork 0
This commit is contained in:
Artem Prilutskiy 2016-12-30 12:48:16 +03:00
parent c4a55fcaa0
commit 143fb78682
4 changed files with 19 additions and 14 deletions

View file

@ -7,7 +7,7 @@
#include "PatchCordProxy.h"
#include "UserDataStore.h"
#define VECTORS_COUNT 8
#define VECTORS_COUNT 16
#define DEFAULT_USER_NUMBER 1
#define DEFAULT_LINK_NUMBER 10
@ -113,6 +113,7 @@ int main(int argc, const char* argv[])
int vectors[VECTORS_COUNT];
int count = pcre_exec(expression, NULL, line, length, 0, 0, vectors, VECTORS_COUNT);
if (count > 0)
{
const char* call = EMPTY_STRING;