Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
df542177
Commit
df542177
authored
Sep 21, 1999
by
Niels Möller
Browse files
* src/sexp_streamed_parser.c (make_parse_transport_sexp): Fixed
error message. Rev: src/sexp_streamed_parser.c:1.13
parent
99bf52df
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sexp_streamed_parser.c
View file @
df542177
...
...
@@ -798,7 +798,7 @@ MAKE_PARSE_VALUE(transport_sexp)
self
->
c
,
self
->
super
.
e
,
self
->
super
.
next
);
return
1
;
default:
SEXP_ERROR
(
self
->
super
.
e
,
"Invalid
canonical
expression"
);
SEXP_ERROR
(
self
->
super
.
e
,
"Invalid
transport-style
expression"
);
*
s
=
NULL
;
return
0
;
}
...
...
Write
Preview
Supports
Markdown
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