mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 14:10:32 +00:00
12 lines
308 B
Diff
12 lines
308 B
Diff
--- a/Source/ResourceEditor.cpp
|
|
+++ b/Source/ResourceEditor.cpp
|
|
@@ -913,7 +913,7 @@
|
|
}
|
|
|
|
FILEVIEW &map = *(FILEVIEW*) &X.Map;
|
|
- size_t datasize;
|
|
+ size_t datasize = 0;
|
|
char *filedata = create_file_view_readonly(File, map), *data = 0, *dataalloc = 0;
|
|
if (filedata) {
|
|
if (resproto) {
|