summaryrefslogtreecommitdiff
path: root/base/gxfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxfill.c')
-rw-r--r--base/gxfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxfill.c b/base/gxfill.c
index 2bd0b4b07..0c879fbb9 100644
--- a/base/gxfill.c
+++ b/base/gxfill.c
@@ -199,7 +199,7 @@ is_spotan_device(gx_device * dev)
* is allocaded on the stack i.e. has no block header with a descriptor
* but has dev->memory set like a heap-allocated device.
*/
- return dev->procs.open_device == san_open;
+ return dev_proc(dev, open_device) == san_open;
}
/* Forward declarations */