Fixed bug
This commit is contained in:
parent
d534bdef8d
commit
4e94ad295b
|
@ -245,7 +245,7 @@ fn main() {
|
||||||
Some(strlen) => strlen.parse::<u32>().unwrap(),
|
Some(strlen) => strlen.parse::<u32>().unwrap(),
|
||||||
None => 128,
|
None => 128,
|
||||||
};
|
};
|
||||||
schema::print_create(io::read_ipc(), name.as_str(), strlen);
|
schema::print_create(ldf, name.as_str(), strlen);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
println!("No command provided. Please execute dr --help")
|
println!("No command provided. Please execute dr --help")
|
||||||
|
|
Loading…
Reference in a new issue