diff options
author | Pixel <Pixel> | 2001-11-25 23:50:14 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-25 23:50:14 +0000 |
commit | 9707409e4d15eadac9b3c752c3c6877788943a58 (patch) | |
tree | 58a8ef3851967415fd21674648f02c42e8eab4cd /include/String.h | |
parent | 8b6b771ca421f4f08f58debbf5459b020cf1bef7 (diff) |
Wow, everything almost work!!! Amazing!!!
Diffstat (limited to 'include/String.h')
-rw-r--r-- | include/String.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/String.h b/include/String.h index 94faa54..0e8372f 100644 --- a/include/String.h +++ b/include/String.h @@ -80,7 +80,7 @@ class String : public Base { private: String(int hs, const char *); - static char t[BUFSIZ]; + static char t[]; char * str; size_t siz; }; |