From 542fd4caf9a2c310f21ccfd66a59f4f04f1266ce Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Mon, 4 May 1998 18:28:40 +0200
Subject: [PATCH] bugfixes (create was illegal)

Rev: src/modules/Image/font.c:1.38
---
 src/modules/Image/font.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/font.c b/src/modules/Image/font.c
index 1d9cdd014c..c22db30f96 100644
--- a/src/modules/Image/font.c
+++ b/src/modules/Image/font.c
@@ -1,4 +1,4 @@
-/* $Id: font.c,v 1.37 1998/05/04 16:28:08 mirar Exp $ */
+/* $Id: font.c,v 1.38 1998/05/04 16:28:40 mirar Exp $ */
 #include "global.h"
 #include <config.h>
 
@@ -7,7 +7,7 @@
 /*
 **! module Image
 **! note
-**!	$Id: font.c,v 1.37 1998/05/04 16:28:08 mirar Exp $
+**!	$Id: font.c,v 1.38 1998/05/04 16:28:40 mirar Exp $
 **! class font
 **!
 **! note
@@ -772,7 +772,7 @@ void init_font_programs(void)
    add_function("load",font_load,
                 "function(string:object|int)",0);
 
-   add_function("create",font_load,
+   add_function("create",font_create,
                 "function(void|string:void)",0);
 
    add_function("write",font_write,
-- 
GitLab