diff --git a/src/main.rs b/src/main.rs index 03f51d5..186eadd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ const CHARLOTTE: u32 = 14321; #[tokio::main] async fn main() { let mut location_id: u32 = CHARLOTTE; - let mut buf = [0, 0, 0, 0]; + let mut buf = [0; 32]; println!( "Enter a location id to override the default (Charlotte, NC, {:?}): ",