From 2280f7463f3450084fd77229aa082b569e8166fa Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Tue, 20 Feb 2007 15:49:29 +0000 Subject: [PATCH] Typo fix from previous patch --- src/fundb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fundb.c b/src/fundb.c index ad2521a..09f290c 100644 --- a/src/fundb.c +++ b/src/fundb.c @@ -1080,7 +1080,7 @@ FUNCTION(fun_lock) lock_type real_ltype; if ((ltype = strchr(args[0], '/'))) { - *ltypep++ = '\0'; + *ltype++ = '\0'; upcasestr(ltype); } -- 2.30.2