git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd76a2
)
Removed debug
author
John Hodge
<
[email protected]
>
Sat, 1 May 2010 04:19:48 +0000
(12:19 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 1 May 2010 04:19:48 +0000
(12:19 +0800)
Kernel/lib.c
patch
|
blob
|
history
diff --git
a/Kernel/lib.c
b/Kernel/lib.c
index
ab64d67
..
116dce6
100644
(file)
--- a/
Kernel/lib.c
+++ b/
Kernel/lib.c
@@
-489,7
+489,6
@@
char **str_split(const char *__str, char __ch)
{
if(__str[i] == __ch) {
*start++ = '\0';
- Log_Debug("Lib", "str_split: ret[%i] = '%s'", j-1, ret[j-1]);
ret[j++] = start;
}
else {
@@
-498,10
+497,6
@@
char **str_split(const char *__str, char __ch)
}
*start = '\0';
ret[j] = NULL;
- Log_Debug("Lib", "str_split: ret[%i] = '%s'", j-1, ret[j-1]);
-
- for( j = 0; j < len; j++ )
- Log_Debug("Lib", "str_split: ret[%i] = '%s'", j, ret[j]);
return ret;
}
UCC
git Repository :: git.ucc.asn.au