summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 32f98fa..b2838eb 100644
--- a/main.c
+++ b/main.c
@@ -47,8 +47,8 @@ static int flag_create = 0;
static int flag_major = 0;
static int flag_minor = 0;
static const char *flag_path = "/";
-static char *flag_block_path = "/sys/block";
-static char *flag_dev_path = "/dev";
+static char *flag_block_path = NULL;
+static char *flag_dev_path = NULL;
static void parse_args(int argc, char **argv) {
while (1) {