Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
41023743
Commit
41023743
authored
May 10, 2013
by
deuce
Browse files
Remove accidental debug output.
parent
acdb95f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/sbbs3/js_system.c
src/sbbs3/js_system.c
+0
-1
No files found.
src/sbbs3/js_system.c
View file @
41023743
...
...
@@ -822,7 +822,6 @@ js_matchuser(JSContext *cx, uintN argc, jsval *arglist)
JS_ValueToBoolean
(
cx
,
argv
[
1
],
&
sysop_alias
);
JSSTRING_TO_ASTRING
(
cx
,
js_str
,
p
,
(
LEN_ALIAS
>
LEN_NAME
)
?
LEN_ALIAS
+
2
:
LEN_NAME
+
2
,
NULL
);
fprintf
(
stderr
,
"p=%p (%s)
\n
"
,
p
,
p
?
p
:
"(null)"
);
if
(
p
==
NULL
)
{
JS_SET_RVAL
(
cx
,
arglist
,
INT_TO_JSVAL
(
0
));
return
(
JS_TRUE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment