]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Mar 3 01:20:56 AM EST 2024
authormiha-q <>
Sun, 3 Mar 2024 06:20:56 +0000 (01:20 -0500)
committermiha-q <>
Sun, 3 Mar 2024 06:20:56 +0000 (01:20 -0500)
src/QAnsel.c

index b065fb4a2ec3f19b0d1ca7c7a1bec6338ba4bf47..ef502d149fa204dc0c4e6fad7b03d53ff19a01f8 100644 (file)
@@ -1318,7 +1318,7 @@ void process(int argc, char** argv)
 
                uint8_t* dat = malloc(instrLen * sizeof(QInstr));
                memcpy(dat, instr, instrLen * sizeof(QInstr));
-               uint32_t shots = 100;
+               uint32_t shots = 1000;
                for (uint32_t i = 0; i < shots; i++)
                {
                        printf("%i/%i\n", i + 1, shots);