unsigned char -> char for serialization data structures.
See Issue 604
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user