]> arthur.barton.de Git - netatalk.git/blobdiff - bin/megatron/hqx.c
Patch from reininn on sourceforge to use euc-jp or shift-jis coded filenames with...
[netatalk.git] / bin / megatron / hqx.c
index acdd519e43e5bfa6aef2f1e398173ffa95fc2044..40187bc243f858029c9c1b35eaff93278ec1aa4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: hqx.c,v 1.11 2002-02-19 16:32:17 srittau Exp $
+ * $Id: hqx.c,v 1.12 2002-04-29 01:52:49 morgana Exp $
  */
 
 #ifdef HAVE_CONFIG_H
@@ -110,6 +110,7 @@ int hqx_open( hqxfile, flags, fh, options )
 #if DEBUG
     fprintf( stderr, "megatron: entering hqx_open\n" );
 #endif /* DEBUG */
+    select_charset( options);
     if ( flags == O_RDONLY ) {
 
 #if HEXOUTPUT