mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
e4f359543e
nsPrintSettingsWin.cpp was creating and copying only the non-platform specific data by using the "sizeof" of the DEVMODE struct, instead of checking the struct size with dmSize and the size of the private (device-specific) data with dmDriverExtra. Now it creates the correct size of memory and copies all the non-private data and private data. Bug 156318 r=dcone sr=kin,waterson,rpotts a=asa |
||
---|---|---|
.. | ||
appstartup | ||
build | ||
commandhandler | ||
find | ||
jsconsole | ||
printingui | ||
ui | ||
webbrowserpersist | ||
windowwatcher | ||
.cvsignore | ||
Makefile.in | ||
makefile.win |