unsigned char -> char for serialization data structures.

See Issue 604
This commit is contained in:
erwin.coumans
2012-03-05 23:38:36 +00:00
parent b5b31ce52b
commit 28de5ea030
4 changed files with 9 additions and 8 deletions

View File

@@ -28,9 +28,9 @@ subject to the following restrictions:
///only the 32bit versions for now
extern unsigned char sBulletDNAstr[];
extern char sBulletDNAstr[];
extern int sBulletDNAlen;
extern unsigned char sBulletDNAstr64[];
extern char sBulletDNAstr64[];
extern int sBulletDNAlen64;
SIMD_FORCE_INLINE int btStrLen(const char* str)