Ffile_basename(), Ffile_dirname() updates, POSIX compliance
[sxemacs] / src / buffer.c
index 922fa9c..429bb24 100644 (file)
@@ -3046,7 +3046,7 @@ static int directory_is_current_directory(Extbyte * pwd)
                /* Failure for failure, lets try using the external
                   format anyway..
                */
-               pwd_internal=pwd;
+               pwd_internal=(Bufbyte*)pwd;
 
        }
        if( pwd_internal == NULL ) {