mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
fix codeQL warning #309
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ void SimulateThinFilm(uint8_t *data, size_t len) {
|
||||
|
||||
tosend_t *ts = get_tosend();
|
||||
|
||||
for (uint16_t i = 0; i < ts->max; i += 16) {
|
||||
for (int i = 0; i < ts->max; i += 16) {
|
||||
Dbhexdump(16, ts->buf + i, false);
|
||||
}
|
||||
DbpString("------------------------------------------");
|
||||
|
||||
Reference in New Issue
Block a user