mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Small bug in debug data displayed: NtGdiCreatePrimarySurface(): Fixed line "Display Driver ... loaded", now loads really loaded driver instead of always first on the list.
svn path=/trunk/; revision=6040
This commit is contained in:
parent
e9d5901d8b
commit
6b54dccd23
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: dc.c,v 1.78 2003/08/31 07:56:24 gvg Exp $
|
||||
/* $Id: dc.c,v 1.79 2003/09/10 21:06:26 fireball Exp $
|
||||
*
|
||||
* DC.C - Device context functions
|
||||
*
|
||||
|
@ -349,7 +349,7 @@ NtGdiCreatePrimarySurface(LPCWSTR Driver,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
DPRINT("Display driver %S loaded\n", DriverName);
|
||||
DPRINT("Display driver %S loaded\n", CurrentName);
|
||||
|
||||
DPRINT("Building DDI Functions\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue