Skip to content
Snippets Groups Projects
Commit b1199684 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed typo. (Type-checking is good for you...)

Rev: lib/modules/Protocols.pmod/IMAP.pmod/parse_line.pike:1.23
parent 7c95f1c4
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ mapping get_token(int eol, int accept_options)
string s = get_string();
return s && ([ "type" : "string", "string" : s ]);
}
case "{": {
case '{': {
object s = get_string();
return s && ([ "type" : "literal", "length" : s->length ]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment