[ros-diffs] [chorns] 15277: Compile with DBG=1

chorns at svn.reactos.com chorns at svn.reactos.com
Sat May 14 16:08:33 CEST 2005


Compile with DBG=1
Modified: branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
  _____  

Modified: branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
--- branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
2005-05-14 13:57:55 UTC (rev 15276)
+++ branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
2005-05-14 14:08:31 UTC (rev 15277)
@@ -202,7 +202,7 @@

 {
 	PSERIAL_DEVICE_EXTENSION pDeviceExtension;
 	
-	ASSERT(Irp);
+	ASSERT(pIrp);
 	pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
 
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
 	
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050514/eb02d85b/attachment.html


More information about the Ros-diffs mailing list