X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwin32.c;h=e8ef17a13f173f2e1815e574b31ea98ce7c9b03b;hp=8110d4fb2c3b86779e59715e5ca36e797186d1bc;hb=f3e97b29c4a8c564d54b0fd11cd43a9b4cd6a8ad;hpb=fc8276d0a3efb3df5f7512b3fa9499eb1b3449eb diff --git a/src/win32.c b/src/win32.c index 8110d4fb..e8ef17a1 100644 --- a/src/win32.c +++ b/src/win32.c @@ -586,13 +586,13 @@ win32_capture_stream(const wchar_t *path, lte->resource_location = RESOURCE_WIN32; lte->resource_entry.original_size = (u64)dat->StreamSize.QuadPart; - struct wim_lookup_table_entry **my_ptr; + struct wim_lookup_table_entry **back_ptr; if (is_named_stream) - my_ptr = &ads_entry->lte; + back_ptr = &ads_entry->lte; else - my_ptr = &inode->i_lte; + back_ptr = &inode->i_lte; - lookup_table_insert_unhashed(lookup_table, lte, my_ptr); + lookup_table_insert_unhashed(lookup_table, lte, back_ptr); out_free_spath: FREE(spath); out: