chiark / gitweb /
Serpent seems to work. Byte order is very strange.
[chiark-tcl.git] / hbytes / hbytes.c
index 5f06d7195088cdcd6464500cb169e7ed2fe83fd2..41fc12a943de4f78359c7bf68ec1b92fbeb78a57 100644 (file)
@@ -25,7 +25,7 @@ Byte *hbytes_data(const HBytes_Value *hb) {
 }
 
 int hbytes_issentinel(const HBytes_Value *hb) {
-  return HBYTES_ISCOMPLEX(hb);
+  return HBYTES_ISSENTINEL(hb);
 }
 
 /* constructors */