xforms.git - xforms

index : xforms.git
xforms
summary refs log tree commit diff
path: root/lib/tbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tbox.c')
-rw-r--r--lib/tbox.c 6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tbox.c b/lib/tbox.c
index c8e7c96..8111211 100644
--- a/lib/tbox.c
+++ b/lib/tbox.c
@@ -446,14 +446,14 @@ fli_tbox_insert_line( FL_OBJECT * obj,
if ( p[ 2 ] == '0円' )
tl->incomp_esc = 1;
else
- M_err( "fli_tbox_insert_line", "missing color" );
+ M_err( __func__, "missing color" );
p += 1;
break;
}
if ( tl->color >= FL_MAX_COLS )
{
- M_err( "fli_tbox_insert_line", "bad color %ld", tl->color );
+ M_err( __func__, "bad color %ld", tl->color );
tl->color = obj->lcol;
}
p = e;
@@ -464,7 +464,7 @@ fli_tbox_insert_line( FL_OBJECT * obj,
break;
default :
- M_err( "fli_tbox_insert_line", "bad flag %c", p[ 1 ] );
+ M_err( __func__, "bad flag %c", p[ 1 ] );
p += 1;
done = 1;
break;
generated by cgit v1.2.3 (git 2.46.0) at 2025年11月25日 01:10:56 +0000

AltStyle によって変換されたページ (->オリジナル) /