]> git.mxchange.org Git - simgear.git/blobdiff - simgear/nasal/data.h
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / nasal / data.h
index a2c023ef2fd324e9ca366a3c61ef239d55a38491..5453d39171e1a4367b6c09478a6a8d0526aa9346 100644 (file)
@@ -96,7 +96,7 @@ struct naObj {
 #define MAX_STR_EMBLEN 15
 struct naStr {
     GC_HEADER;
-    char emblen; /* [0-15], or -1 to indicate "not embedded" */
+    signed char emblen; /* [0-15], or -1 to indicate "not embedded" */
     unsigned int hashcode;
     union {
         unsigned char buf[16];