summaryrefslogtreecommitdiffstats
path: root/statgen/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'statgen/debug.c')
-rw-r--r--statgen/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/statgen/debug.c b/statgen/debug.c
index 85b950b..72bd0b1 100644
--- a/statgen/debug.c
+++ b/statgen/debug.c
@@ -1,6 +1,6 @@
#include <stdio.h>
#define _AUTO_DEBUG
-#include "charset_auto_russian.h"
+#include "librcd.tmp.c"
main(int argc, char *argv[]) {
@@ -28,6 +28,6 @@ main(int argc, char *argv[]) {
if (len<5) continue;
else word[len+1]=0;
- autocharset_russian_uc(word+st,len+1-st);
+ rcdGetRussianCharset(word+st,len+1-st);
}
}