[rkward-cvs] rkward/rkward/core rkvariable.cpp,1.34,1.35

Thomas Friedrichsmeier tfry at users.sourceforge.net
Thu Jun 22 18:57:20 UTC 2006


Update of /cvsroot/rkward/rkward/rkward/core
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30180/rkward/core

Modified Files:
	rkvariable.cpp 
Log Message:
cleanups

Index: rkvariable.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/core/rkvariable.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** rkvariable.cpp	22 Jun 2006 00:12:17 -0000	1.34
--- rkvariable.cpp	22 Jun 2006 18:57:18 -0000	1.35
***************
*** 389,393 ****
  		target = myData ()->allocated_length * ALLOC_STEP;
  	}
! 	qDebug ("resizing from %d to %d", myData ()->allocated_length, target);
  
  	char **new_string_data = new char*[target];
--- 389,393 ----
  		target = myData ()->allocated_length * ALLOC_STEP;
  	}
! 	RK_DO (qDebug ("resizing from %d to %d", myData ()->allocated_length, target), OBJECTS, DL_DEBUG);
  
  	char **new_string_data = new char*[target];





More information about the rkward-tracker mailing list