projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b7d66
)
Typo fix from previous patch
author
Ari Johnson
<ari@cobramush.org>
Tue, 20 Feb 2007 15:49:29 +0000
(15:49 +0000)
committer
Ari Johnson
<ari@cobramush.org>
Tue, 20 Feb 2007 15:49:29 +0000
(15:49 +0000)
src/fundb.c
patch
|
blob
|
history
diff --git
a/src/fundb.c
b/src/fundb.c
index ad2521a43a162bd6d9dc56cd159db967eb36d678..09f290c966fd7431ecf31103499dbcd9bdca4fe0 100644
(file)
--- a/
src/fundb.c
+++ b/
src/fundb.c
@@
-1080,7
+1080,7
@@
FUNCTION(fun_lock)
lock_type real_ltype;
if ((ltype = strchr(args[0], '/'))) {
- *ltype
p
++ = '\0';
+ *ltype++ = '\0';
upcasestr(ltype);
}