From 063c9783fb0927b6a04d1846103dbb8595142446 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 2 Jun 2010 03:13:57 -0400 Subject: [PATCH] ui.backend.x11: fix typo --- basis/ui/backend/x11/x11.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/backend/x11/x11.factor b/basis/ui/backend/x11/x11.factor index 61441b7f35..f3d603ddd8 100644 --- a/basis/ui/backend/x11/x11.factor +++ b/basis/ui/backend/x11/x11.factor @@ -40,7 +40,7 @@ SINGLETON: x11-ui-backend Success assert= ] [| type format n-atoms bytes-after atoms | - atoms ulong-array-cast >array + atoms n-atoms >array atoms XFree ] with-out-parameters ;