]> wimlib.net Git - wimlib/blobdiff - src/win32.c
Fixes; comments
[wimlib] / src / win32.c
index 8110d4fb2c3b86779e59715e5ca36e797186d1bc..e8ef17a13f173f2e1815e574b31ea98ce7c9b03b 100644 (file)
@@ -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;
 
        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)
        if (is_named_stream)
-               my_ptr = &ads_entry->lte;
+               back_ptr = &ads_entry->lte;
        else
        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:
 out_free_spath:
        FREE(spath);
 out: