add up to 32 stars, poisson noice and mask in artifical star plugin

This commit is contained in:
2024-02-19 17:05:59 +03:00
parent 24276ab9ce
commit 248342ae86
6 changed files with 176 additions and 68 deletions

View File

@@ -1274,7 +1274,7 @@ char *makeabspath(const char *path, int shouldbe){
// @return FALSE if client closed (nothing to read)
static int parsestring(int fd, cc_handleritem *handlers, char *str){
if(fd < 1 || !handlers || !handlers->key || !str || !*str) return FALSE;
char *val = cc_get_keyval(str);
char *val = cc_get_keyval(&str);
if(val){
DBG("RECEIVE '%s=%s'", str, val);
LOGDBG("RECEIVE '%s=%s'", str, val);