From: Ari Johnson Date: Tue, 20 Feb 2007 15:49:29 +0000 (+0000) Subject: Typo fix from previous patch X-Git-Tag: 0.73~196 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=2280f7463f3450084fd77229aa082b569e8166fa;p=cobramush.git Typo fix from previous patch --- 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); }