Typo fix from previous patch
authorAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 15:49:29 +0000 (15:49 +0000)
committerAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 15:49:29 +0000 (15:49 +0000)
src/fundb.c

index ad2521a43a162bd6d9dc56cd159db967eb36d678..09f290c966fd7431ecf31103499dbcd9bdca4fe0 100644 (file)
@@ -1080,7 +1080,7 @@ FUNCTION(fun_lock)
   lock_type real_ltype;
 
   if ((ltype = strchr(args[0], '/'))) {
-    *ltypep++ = '\0';
+    *ltype++ = '\0';
     upcasestr(ltype);
   }