]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagbmp.cpp
1. added wxGetNumberFromUser (to textdlgg.cpp and dialogs sample)
[wxWidgets.git] / src / common / imagbmp.cpp
index 05796710b46bef413db56df10f98547f9fd40514..6884aab5443c60f055a8f6d06943af8d68497e1e 100644 (file)
@@ -341,7 +341,7 @@ bool wxBMPHandler::LoadFile( wxImage *image, wxInputStream& stream )
                         ptr[poffset + 1] = cmap[aByte].g;
                         ptr[poffset + 2] = cmap[aByte].b;
                         column++;
-                        linepos += size;
+                        // linepos += size;    seems to be wrong, RR
                     }
                 }
                }