pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
0cf6c44635f426ec0e5b6578e137e27264fc303e (
5
lines) (+
4
/-
1
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
decode_value: id_to_program() now knows about Nettle.
2166:
module = "___MIME"; break; default:
-
if ((id >= 100) && (id <
=
300)) {
+
if ((id >= 100) && (id < 300)) {
module = "Image";
-
+
} else if ((id >= 300) && (id < 400)) {
+
module = "Nettle";
} else if ((id >= 1000) && (id < 2000)) { module = "___GTK"; } else if ((id >= 2000) && (id < 3000)) {