mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Use the correct syntax to define the mode
This commit is contained in:
parent
f55d8a22ec
commit
27d5256cb6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ use std::fs;
|
|||
use std::path::{Path, PathBuf};
|
||||
use std::result::Result;
|
||||
|
||||
const DEFAULT_MODE: u32 = 755;
|
||||
const DEFAULT_MODE: u32 = 0o755;
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub struct Behavior {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue