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

@@ -1,4 +1,4 @@
unsigned char sBulletDNAstr[]= {
char sBulletDNAstr[]= {
83,68,78,65,78,65,77,69,44,1,0,0,109,95,115,105,122,101,0,109,
95,99,97,112,97,99,105,116,121,0,42,109,95,100,97,116,97,0,109,95,
99,111,108,108,105,115,105,111,110,83,104,97,112,101,115,0,109,95,99,111,
@@ -419,7 +419,7 @@ unsigned char sBulletDNAstr[]= {
};
int sBulletDNAlen= sizeof(sBulletDNAstr);
unsigned char sBulletDNAstr64[]= {
char sBulletDNAstr64[]= {
83,68,78,65,78,65,77,69,44,1,0,0,109,95,115,105,122,101,0,109,
95,99,97,112,97,99,105,116,121,0,42,109,95,100,97,116,97,0,109,95,
99,111,108,108,105,115,105,111,110,83,104,97,112,101,115,0,109,95,99,111,