diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-22 20:51:40 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-22 20:51:40 +0000 |
commit | 6b9bb6bf64f845d80965716df257afc2885a3690 (patch) | |
tree | a77ff4abd395e905aec6d043382a821faaf1ff12 /src/staticstring.h | |
parent | cbb54cab8e7258afb72785391ad69c6918d8f38d (diff) | |
download | libbu++-6b9bb6bf64f845d80965716df257afc2885a3690.tar.gz libbu++-6b9bb6bf64f845d80965716df257afc2885a3690.tar.bz2 libbu++-6b9bb6bf64f845d80965716df257afc2885a3690.tar.xz libbu++-6b9bb6bf64f845d80965716df257afc2885a3690.zip |
I beleive I fixed the inconsistancies for 64bit machines.
Diffstat (limited to '')
-rw-r--r-- | src/staticstring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/staticstring.h b/src/staticstring.h index 68ca7ea..61501bf 100644 --- a/src/staticstring.h +++ b/src/staticstring.h | |||
@@ -54,7 +54,7 @@ public: | |||
54 | 54 | ||
55 | private: | 55 | private: |
56 | char *lpStr; | 56 | char *lpStr; |
57 | int nLen; | 57 | uint32_t nLen; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | #endif | 60 | #endif |