]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-param.c
Move hex to debug/
[libucw.git] / ucw / fb-param.c
index 0ad576db8b89110a22c3d7ae34c8199d657d69c4..dafd23edde9f05c026621f8dfe18d7fa5400da11 100644 (file)
@@ -108,7 +108,7 @@ bopen_file_internal(const char *name, int mode, struct fb_params *params, int tr
 #endif
   if (params->type == FB_MMAP && (mode & O_ACCMODE) == O_WRONLY)
     mode = (mode & ~O_ACCMODE) | O_RDWR;
-  int fd = sh_open(name, mode, 0666);
+  int fd = ucw_open(name, mode, 0666);
   if (fd < 0)
     if (try)
       return NULL;