Author: rmottola
Date: Sat Jun 13 01:30:26 2015
New Revision: 38629

URL: http://svn.gna.org/viewcvs/gnustep?rev=38629&view=rev
Log:
clean up initialization

Modified:
    apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m

Modified: apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m?rev=38629&r1=38628&r2=38629&view=diff
==============================================================================
--- apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m   
(original)
+++ apps/projectcenter/trunk/Modules/Parsers/ProjectCenter/PCParser.m   Sat Jun 
13 01:30:26 2015
@@ -1,9 +1,10 @@
 /*
 **  CodeParser.m
 **
-**  Copyright (c) 2003-2014
+**  Copyright (c) 2003-2015
 **
 **  Author: Yen-Ju  <yjch...@hotmail.com>
+**          Riccardo Mottola <r...@gnu.org>
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License as published by
@@ -43,6 +44,9 @@
 - (id)init
 {
   self = [super init];
+  _handler = nil;
+  _uchar = NULL;
+  _length = 0;
   return self;
 }
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to