diff options
| author | ame <[email protected]> | 2024-02-12 11:35:20 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-02-12 11:35:20 -0600 |
| commit | 5b4723f51f4a0f514959038e58c36c70a82e363f (patch) | |
| tree | f4ff18c0a40d8642c8b798ccbd10c4e461642455 /src/net.c | |
| parent | e412e6eaddfa1bc03c7e52ca36a05ff138606d35 (diff) | |
copy now works
Diffstat (limited to 'src/net.c')
| -rw-r--r-- | src/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -579,7 +579,7 @@ int l_req_com(lua_State* L, char* req){ awa->c = a;
awa->len = len;
strcpy(awa->req, req);
- printf("%s\n",awa->req);
+ //printf("%s\n",awa->req);
if(paths == NULL)
paths = parray_init();
|
