Skip to content

Commit a49a88e

Browse files
Update src/uu/od/src/parse_inputs.rs
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
1 parent af5cc17 commit a49a88e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/uu/od/src/parse_inputs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ pub fn parse_inputs_traditional(input_strings: &[&str]) -> Result<CommandLineInp
158158

159159
/// parses format used by offset and label on the command line
160160
pub fn parse_offset_operand(s: &str) -> Result<u64, String> {
161-
// Reject empty strings
162161
if s.is_empty() {
163162
return Err((*translate!("od-error-parse-failed").leak()).to_string());
164163
}

0 commit comments

Comments
 (0)