Index: xotcl/generic/xotclInt.h =================================================================== diff -u -rae1eaf81cb417f648c39d1de1152d15fbdf2d36e -rd0042f1326f427aa395ed6e54d5690cb06d43c81 --- xotcl/generic/xotclInt.h (.../xotclInt.h) (revision ae1eaf81cb417f648c39d1de1152d15fbdf2d36e) +++ xotcl/generic/xotclInt.h (.../xotclInt.h) (revision d0042f1326f427aa395ed6e54d5690cb06d43c81) @@ -1,5 +1,5 @@ /* -*- Mode: c++ -*- - * $Id: xotclInt.h,v 1.4 2004/07/28 08:01:25 neumann Exp $ + * $Id: xotclInt.h,v 1.5 2004/08/01 22:15:11 neumann Exp $ * Extended Object Tcl (XOTcl) * * Copyright (C) 1999-2002 Gustaf Neumann, Uwe Zdun @@ -396,7 +396,7 @@ typedef struct XOTclStringIncrStruct { char *buffer; char *start; - int bufSize; + size_t bufSize; int length; } XOTclStringIncrStruct;