..
This commit is contained in:
parent
c4a55fcaa0
commit
143fb78682
4 changed files with 19 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue