mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed undefined var.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace loot {
|
||||
if (buf1_size != buf2_size)
|
||||
return false;
|
||||
|
||||
size_t pos;
|
||||
size_t pos = 0;
|
||||
while (pos < buf1_size) {
|
||||
if (*((char*)buf1 + pos) != *((char*)buf2 + pos))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user