Skip to content

Commit d88af9e

Browse files
authored
Fix line separator on macos (#16) (#18)
1 parent 0b49334 commit d88af9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: platform_darwin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package exiftool
22

3-
var readyToken = []byte("{ready}\r")
3+
var readyToken = []byte("{ready}\n")

0 commit comments

Comments
 (0)