Browse Source

don't prefix types with type:

Nicolas Cannasse 8 năm trước cách đây
mục cha
commit
f4f31536b6
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/std/buffer.c

+ 0 - 1
src/std/buffer.c

@@ -262,7 +262,6 @@ static void hl_buffer_rec( hl_buffer *b, vdynamic *v, vlist *stack ) {
 		}
 		break;
 	case HTYPE:
-		hl_buffer_str_sub(b, USTR("type:"), 5);
 		hl_buffer_str(b, hl_type_str((hl_type*)v->v.ptr));
 		break;
 	case HREF: