convert FIO_OS_PATH_SEPARATOR to a character
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index f62b4270f8383851dede8402dc925066770623f5..1a4437c940ad1b3f9c7f9266be1f2d021963d797 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -155,7 +155,7 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu);
 #endif
 
 #ifndef FIO_OS_PATH_SEPARATOR
-#define FIO_OS_PATH_SEPARATOR  "/"
+#define FIO_OS_PATH_SEPARATOR  '/'
 #endif
 
 #ifndef FIO_PREFERRED_CLOCK_SOURCE