fixed warning

This commit is contained in:
Jeff Hill
1998-05-05 21:08:49 +00:00
parent d65fce5b3f
commit 7424bcfeda
2 changed files with 8 additions and 2 deletions

View File

@@ -5,6 +5,9 @@
// $Id$
//
// $Log$
// Revision 1.8 1997/08/05 00:51:05 jhill
// fixed problems in aitString and the conversion matrix
//
// Revision 1.7 1997/06/25 06:17:33 jhill
// fixed warnings
//
@@ -34,7 +37,7 @@
void aitString::mallocFailure(void)
{
str="";
str=(char *)"";
len=0u;
bufLen=1u;
type=aitStrRefConstImortal;

View File

@@ -8,6 +8,9 @@
* $Id$
*
* $Log$
* Revision 1.15 1998/04/14 00:51:33 jhill
* code around ms sizeof() bug V5.0
*
* Revision 1.14 1997/08/05 00:51:06 jhill
* fixed problems in aitString and the conversion matrix
*
@@ -285,7 +288,7 @@ private:
inline void aitString::init(void)
{
this->str="";
this->str=(char *)"";
this->len=0u;
this->bufLen=1u;
this->type=aitStrRefConstImortal;