aboutsummaryrefslogtreecommitdiff
path: root/src/staticstring.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-22 20:51:40 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-22 20:51:40 +0000
commit6b9bb6bf64f845d80965716df257afc2885a3690 (patch)
treea77ff4abd395e905aec6d043382a821faaf1ff12 /src/staticstring.h
parentcbb54cab8e7258afb72785391ad69c6918d8f38d (diff)
downloadlibbu++-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.h2
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
55private: 55private:
56 char *lpStr; 56 char *lpStr;
57 int nLen; 57 uint32_t nLen;
58}; 58};
59 59
60#endif 60#endif