Skip to content

Commit

Permalink
Revert "handle negative mtime on 32bit"
Browse files Browse the repository at this point in the history
This reverts commit 672d2a8.
  • Loading branch information
msmeissn committed Nov 10, 2023
1 parent f3c01c7 commit c01f145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/test001.param
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TITLE='Recursive directory file list'
COMMAND='$PROGRAM --camera="Directory Browse" --port=disk:"$STAGINGDIR" -L 2> "$ERRFILE" > "$OUTFILE"'
SEDCOMMAND='s@\(in folder .\).*/@\1@; s/^\(#.*\)\( [-1-9][0-9]\{1,12\}\)$/\1 <<MTIME>>/'
SEDCOMMAND='s@\(in folder .\).*/@\1@; s/^\(#.*\)\( [1-9][0-9]\{1,12\}\)$/\1 <<MTIME>>/'

0 comments on commit c01f145

Please sign in to comment.