diff options
Diffstat (limited to 'source/include/kanji.h')
-rw-r--r-- | source/include/kanji.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/kanji.h b/source/include/kanji.h index 4f18305c637..6bc88b704db 100644 --- a/source/include/kanji.h +++ b/source/include/kanji.h @@ -122,8 +122,8 @@ int interpret_coding_system (char *str, int def); #else -#define unix_to_dos(x,y) (x) -#define dos_to_unix(x,y) (x) +#define unix_to_dos(x,y) unix2dos_format(x,y) +#define dos_to_unix(x,y) dos2unix_format(x,y) #endif /* not KANJI */ |