Changeset 57 for trunk/classes/c/c_image/cwbmp.c
- Timestamp:
- May 11, 2023, 10:44:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/c/c_image/cwbmp.c
r2 r57 706 706 if(ppDetailsData) 707 707 { 708 ULONG ulWidth , ulHeight, ulDepth;708 ULONG ulWidth = 0, ulHeight = 0, ulDepth = 0; 709 709 PBITMAPINFOHEADER2 pBmpInfoHeader2; 710 710 … … 725 725 } 726 726 727 /* Fill the structure with the info to be displayed */ 727 /* Fill the structure with the info to be displayed */ 728 // Fixme ulWidth and freinds are potentally uninitulized is the } above in the wrong place 728 729 pImageDetails=(PIMAGEDETAILS)*ppDetailsData; 729 730 pImageDetails->ulWidth=ulWidth;
Note:
See TracChangeset
for help on using the changeset viewer.