From 1c0adb9ffd44b34e6898d2bf2612dbe7ae87ab2c Mon Sep 17 00:00:00 2001 From: Vizzini Date: Thu, 11 Sep 2003 20:10:33 +0000 Subject: [PATCH] assignment bugfix for casper svn path=/trunk/; revision=6047 --- reactos/tools/cabman/dfp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/cabman/dfp.cxx b/reactos/tools/cabman/dfp.cxx index b0a0720273f..d9de8ec6bdb 100755 --- a/reactos/tools/cabman/dfp.cxx +++ b/reactos/tools/cabman/dfp.cxx @@ -43,7 +43,7 @@ CDFParser::CDFParser() InfFileNameSet = false; InfModeEnabled = false; - InfFileHandle == NULL; + InfFileHandle = NULL; } CDFParser::~CDFParser()