diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-12 14:16:32 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-12 14:16:32 +0000 |
commit | d4b803f00429472efe8ea66f4f4105ab40712dff (patch) | |
tree | d7649c56edf19e6e08154810ca38187d05630148 /text.py | |
parent | update (diff) | |
download | faultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.tar.gz faultreiber-d4b803f00429472efe8ea66f4f4105ab40712dff.zip |
finally fixed
Diffstat (limited to 'text.py')
-rw-r--r-- | text.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |