We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5cc17 commit a49a88eCopy full SHA for a49a88e
src/uu/od/src/parse_inputs.rs
@@ -158,7 +158,6 @@ pub fn parse_inputs_traditional(input_strings: &[&str]) -> Result<CommandLineInp
158
159
/// parses format used by offset and label on the command line
160
pub fn parse_offset_operand(s: &str) -> Result<u64, String> {
161
- // Reject empty strings
162
if s.is_empty() {
163
return Err((*translate!("od-error-parse-failed").leak()).to_string());
164
}
0 commit comments