# HG changeset patch # User Gerd Moellmann # Date 970774176 0 # Node ID 01156edaa3f91f73fe74d3b7c0f33bd86f2c65cb # Parent e5d99e8cbd9402361721459ba535e0c57ba9166b (merge_face_heights): Use safe_call instead of call_function. diff -r e5d99e8cbd94 -r 01156edaa3f9 src/xfaces.c --- a/src/xfaces.c Thu Oct 05 19:29:05 2000 +0000 +++ b/src/xfaces.c Thu Oct 05 19:29:36 2000 +0000 @@ -3099,7 +3099,7 @@ args[0] = from; args[1] = to; - height = call_function (2, args); + height = safe_call (2, args); UNGCPRO;