aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-09-12 14:16:32 +0000
committerbloodstalker <thabogre@gmail.com>2018-09-12 14:16:32 +0000
commitd4b803f00429472efe8ea66f4f4105ab40712dff (patch)
treed7649c56edf19e6e08154810ca38187d05630148 /text.py
parentupdate (diff)
downloadfaultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.tar.gz
faultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.zip
finally fixed
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 5c86de5..839c3cf 100644
--- a/text.py
+++ b/text.py
@@ -96,7 +96,7 @@ void void_manager(void* ptr, void*** void_train, uint64_t* current_void_size, ui
}
}
(*void_train)[*current_void_count] = ptr;
- ++*current_void_count;
+ (*current_void_count)++;
}"""
c_read_leb_128_s_sig = "int64_t read_leb_128_s(int _fd, int max_size);\n"