Advertisement
Guest User

2nd-printf-fix.diff - a 2nd patch file for wine-mono-0.0.8-5

a guest
Oct 10th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. --- wine-mono-0.0.8/build-winemono.sh 2012-10-10 22:14:18.536484879 +0300
  2. +++ wine-mono-0.0.8/build-winemono.sh 2012-10-10 22:16:18.266317028 +0300
  3. @@ -372,7 +372,7 @@
  4.  
  5. format_od_output ()
  6. {
  7. - printf '%s\t%s\t%s\t%s\n'
  8. + printf '%s\t%s\t%s\t%s\n' $2 $3 $4 $5
  9. }
  10.  
  11. build_msifilehashtable ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement