projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace the uses of old string functions that Reimar missed
[libav.git]
/
unwrap-diff
diff --git
a/unwrap-diff
b/unwrap-diff
index
fc5b63b
..
ccea99b
100755
(executable)
--- a/
unwrap-diff
+++ b/
unwrap-diff
@@
-1,2
+1,2
@@
#!/bin/sh
-tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
\ No newline at end of file
+tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'