File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ static void HandleExtractCommand(IEnumerable<System.IO.FileInfo> input, Director
133133 if ( bitmapProperties . Rectangle . IsEmpty )
134134 continue ;
135135
136- string outputFilePath = Path . Combine ( fileOutputDirectory . FullName , member . Metadata ? . Entries . Name ?? resourceId . Id . ToString ( ) ) ;
136+ string outputFilePath = Path . Combine ( fileOutputDirectory . FullName , member . Metadata ? . Name ?? resourceId . Id . ToString ( ) ) ;
137137
138138 if ( bitmapProperties . PaletteRef . MemberNum > 0 && bitmapProperties . PaletteRef . MemberNum < castAssociationTable . Members . Length )
139139 {
@@ -159,7 +159,7 @@ static void HandleExtractCommand(IEnumerable<System.IO.FileInfo> input, Director
159159 if ( ! TryExtractBitmapResource ( outputFilePath , bitmapProperties , bitmapData , palette ) )
160160 continue ;
161161 }
162- Console . WriteLine ( $ "({ bitmapProperties . PaletteRef . CastLib } , { bitmapProperties . PaletteRef . MemberNum } ) { member . Metadata ? . Entries . Name } :") ;
162+ Console . WriteLine ( $ "({ bitmapProperties . PaletteRef . CastLib } , { bitmapProperties . PaletteRef . MemberNum } ) { member . Metadata ? . Name } :") ;
163163 Console . WriteLine ( $ " BitDepth: { bitmapProperties . BitDepth } ") ;
164164 }
165165 Console . WriteLine ( ) ;
You can’t perform that action at this time.
0 commit comments