[Bf-blender-cvs] [2ec02d33249] asset-browser: Undo unnecessary int type change

Julian Eisel noreply at git.blender.org
Thu Dec 10 20:30:50 CET 2020


Commit: 2ec02d3324953b614e2343d3017f4500da230f7b
Author: Julian Eisel
Date:   Thu Dec 10 19:39:11 2020 +0100
Branches: asset-browser
https://developer.blender.org/rB2ec02d3324953b614e2343d3017f4500da230f7b

Undo unnecessary int type change

===================================================================

M	source/blender/editors/space_file/filelist.c

===================================================================

diff --git a/source/blender/editors/space_file/filelist.c b/source/blender/editors/space_file/filelist.c
index c694fe29078..6699012f17a 100644
--- a/source/blender/editors/space_file/filelist.c
+++ b/source/blender/editors/space_file/filelist.c
@@ -266,7 +266,7 @@ typedef struct FileListInternEntry {
   char uuid[16];
 
   /** eFileSel_File_Types */
-  uint64_t typeflag;
+  int typeflag;
   /** ID type, in case typeflag has FILE_TYPE_BLENDERLIB set. */
   int blentype;



More information about the Bf-blender-cvs mailing list