Skip to content
Snippets Groups Projects
Commit f25b9f49 authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Charset.pmod has moved.

parent ab2d993f
Branches
Tags
No related merge requests found
...@@ -82,7 +82,7 @@ int test_charset_table(string t) { ...@@ -82,7 +82,7 @@ int test_charset_table(string t) {
names += ({ name }); names += ({ name });
} }
constant path = "lib/modules/Locale.pmod/Charset.pmod/module.pmod"; constant path = "lib/modules/Charset.pmod/module.pmod";
string code = Stdio.read_file(path); string code = Stdio.read_file(path);
if(!code) if(!code)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment