assignment bugfix for casper
authorVizzini <vizzini@plasmic.com>
Thu, 11 Sep 2003 20:10:33 +0000 (20:10 +0000)
committerVizzini <vizzini@plasmic.com>
Thu, 11 Sep 2003 20:10:33 +0000 (20:10 +0000)
svn path=/trunk/; revision=6047

reactos/tools/cabman/dfp.cxx

index b0a0720..d9de8ec 100755 (executable)
@@ -43,7 +43,7 @@ CDFParser::CDFParser()
     InfFileNameSet         = false;
 
     InfModeEnabled = false;
     InfFileNameSet         = false;
 
     InfModeEnabled = false;
-    InfFileHandle == NULL;
+    InfFileHandle = NULL;
 }
 
 CDFParser::~CDFParser()
 }
 
 CDFParser::~CDFParser()