Browse Source

fixed SBytes support

Nicolas Cannasse 14 years ago
parent
commit
fd2bec4a0a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/neko/db/SpodData.hx

+ 1 - 0
std/neko/db/SpodData.hx

@@ -133,6 +133,7 @@ class SpodData {
 			if( p.length == 1 )
 				switch( name ) {
 				case "SString": return DString(makeInt(p[0]));
+				case "SBytes": return DBytes(makeInt(p[0]));
 				case "SNull", "Null": isNull = true; return makeType(p[0]);
 				default:
 				}