|
@@ -614,7 +614,7 @@ int mangle(int fd, const char *buffer, int len) {
|
|
|
ZF_LOGD("insert failed [%s].", repr(display));
|
|
|
}
|
|
|
} else {
|
|
|
- if (random_activate(4)) {
|
|
|
+ if (1) { // random_activate(4)) {
|
|
|
int r;
|
|
|
char display[100] = "";
|
|
|
/*
|
|
@@ -640,6 +640,8 @@ int mangle(int fd, const char *buffer, int len) {
|
|
|
// Does this drop the last element in phrasing? (Seems like it takes awhile to get Seg Fault spoof, might be why)
|
|
|
} while (last_phrasing.seen_before(r));
|
|
|
|
|
|
+ r = 6;
|
|
|
+
|
|
|
int color = random() % 15 + 1;
|
|
|
int x = random() % 30 + 1;
|
|
|
int y = random() % 15 + 1;
|